Html Css Color HEX #2DCC26 Lime Green

📋 copy color: '#2DCC26'

red 45 ◦ green 204 ◦ blue 38

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

Shades of Lime Green #2DCC26

Tints of Lime Green #2DCC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.08%

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

R = 15.68%
G = 71.08%
B = 13.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#2DCC26 (or 0x2DCC26) is known color: Lime Green. HEX triplet: 2D, CC and 26. RGB value is (45,204,38). Sum of RGB (Red+Green+Blue) = 45+204+38=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC26 is #D233D9. Grayscale: #8A8A8A. Windows color (decimal): -13775834 or 2542637. OLE color: 2542637.

HSL color Cylindrical-coordinate representation of color #2DCC26: hue angle of 117.47º degrees, saturation: 0.69, 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 #2DCC26 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 204 38 -
CMYK 0.78 0 0.81 0.2
HSL 117.47º 0.69% 0.47% -
HSV(B) 117.47º 0.81% 0.8% -
XYZ 23.02 43.88 9.09 -
YUV 137.54 71.82 62 -
System Red Green Blue C M Y K H S L
Decimal 45 204 38 0.78 0 0.81 0.2 117.47 0.69 0.47
Hex 2D CC 26 4E 0 51 14 75 45 2F
Octal 55 314 46 116 0 121 24 165 105 57
Binary 101101 11001100 100110 1001110 0 1010001 10100 1110101 1000101 101111

Color Harmonies of #2DCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC26

Black with #2DCC26

Text Example


Text Example

White with #2DCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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