Html Css Color HEX #2DCB26 Lime Green

📋 copy color: '#2DCB26'

red 45 ◦ green 203 ◦ blue 38

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

Shades of Lime Green #2DCB26

Tints of Lime Green #2DCB26

RGB

 RED value IS 45 (17.97% from 255) = 15.73%

 GREEN value IS 203 (79.69% from 255) = 70.98%

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 15.73%
G = 70.98%
B = 13.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#2DCB26 (or 0x2DCB26) is known color: Lime Green. HEX triplet: 2D, CB and 26. RGB value is (45,203,38). Sum of RGB (Red+Green+Blue) = 45+203+38=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB26 is #D234D9. Grayscale: #898989. Windows color (decimal): -13776090 or 2542381. OLE color: 2542381.

HSL color Cylindrical-coordinate representation of color #2DCB26: hue angle of 117.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCB26 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 38 -
CMYK 0.78 0 0.81 0.20
HSL 117.45º 0.68% 0.47% -
HSV(B) 117.45º 0.81% 0.8% -
XYZ 22.79 43.41 9.01 -
YUV 136.95 72.15 62.42 -
System Red Green Blue C M Y K H S L
Decimal 45 203 38 0.78 0 0.81 0.20 117.45 0.68 0.47
Hex 2D CB 26 4E 0 51 14 75 44 2F
Octal 55 313 46 116 0 121 24 165 104 57
Binary 101101 11001011 100110 1001110 0 1010001 10100 1110101 1000100 101111

Color Harmonies of #2DCB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB26

Black with #2DCB26

Text Example


Text Example

White with #2DCB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCB26; }

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

 H1.HeaderClassName
 {
   color: #2DCB26;
 }
 .AnyTagClassName
 {
   color: #2DCB26;
 }
</style>

background-color css

<style>
 a { background-color: #2DCB26; }

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

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

border-color css

<style>
 span { border-color: #2DCB26; }

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

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