Html Css Color HEX #26BD2D Lime Green

📋 copy color: '#26BD2D'

red 38 ◦ green 189 ◦ blue 45

#26BD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #26BD2D

Tints of Lime Green #26BD2D

RGB

 RED value IS 38 (15.23% from 255) = 13.97%

 GREEN value IS 189 (74.22% from 255) = 69.49%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 13.97%
G = 69.49%
B = 16.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#26BD2D (or 0x26BD2D) is known color: Lime Green. HEX triplet: 26, BD and 2D. RGB value is (38,189,45). Sum of RGB (Red+Green+Blue) = 38+189+45=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD2D is #D942D2. Grayscale: #7F7F7F. Windows color (decimal): -14238419 or 2997542. OLE color: 2997542.

HSL color Cylindrical-coordinate representation of color #26BD2D: hue angle of 122.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD2D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 189 45 -
CMYK 0.80 0 0.76 0.26
HSL 122.78º 0.67% 0.45% -
HSV(B) 122.78º 0.8% 0.74% -
XYZ 19.47 37 8.6 -
YUV 127.44 81.47 64.21 -
System Red Green Blue C M Y K H S L
Decimal 38 189 45 0.80 0 0.76 0.26 122.78 0.67 0.45
Hex 26 BD 2D 50 0 4C 1A 7B 43 2D
Octal 46 275 55 120 0 114 32 173 103 55
Binary 100110 10111101 101101 1010000 0 1001100 11010 1111011 1000011 101101

Color Harmonies of #26BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BD2D

Black with #26BD2D

Text Example


Text Example

White with #26BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26BD2D; }

 p { color: rgb(38,189,45); }

 H1.HeaderClassName
 {
   color: #26BD2D;
 }
 .AnyTagClassName
 {
   color: #26BD2D;
 }
</style>

background-color css

<style>
 a { background-color: #26BD2D; }

 a { background-color: rgb(38,189,45); }

 div.DivClassName
 {
   background-color: #26BD2D;
 }
 .BgClassName
 {
   background-color: #26BD2D;
 }
</style>

border-color css

<style>
 span { border-color: #26BD2D; }

 span { border-color: rgb(38,189,45); }

 td.TdClassName
 {
   border-color: #26BD2D;
 }
 .TagClassName
 {
   border-color: #26BD2D;
 }
</style>