Html Css Color HEX #2CD24E Lime Green

📋 copy color: '#2CD24E'

red 44 ◦ green 210 ◦ blue 78

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

Shades of Lime Green #2CD24E

Tints of Lime Green #2CD24E

RGB

 RED value IS 44 (17.58% from 255) = 13.25%

 GREEN value IS 210 (82.42% from 255) = 63.25%

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 13.25%
G = 63.25%
B = 23.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#2CD24E (or 0x2CD24E) is known color: Lime Green. HEX triplet: 2C, D2 and 4E. RGB value is (44,210,78). Sum of RGB (Red+Green+Blue) = 44+210+78=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD24E is #D32DB1. Grayscale: #919191. Windows color (decimal): -13839794 or 5165612. OLE color: 5165612.

HSL color Cylindrical-coordinate representation of color #2CD24E: hue angle of 132.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD24E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 210 78 -
CMYK 0.79 0 0.63 0.18
HSL 132.29º 0.65% 0.5% -
HSV(B) 132.29º 0.79% 0.82% -
XYZ 25.46 47.18 14.97 -
YUV 145.32 90 55.73 -
System Red Green Blue C M Y K H S L
Decimal 44 210 78 0.79 0 0.63 0.18 132.29 0.65 0.5
Hex 2C D2 4E 4F 0 3F 12 84 41 32
Octal 54 322 116 117 0 77 22 204 101 62
Binary 101100 11010010 1001110 1001111 0 111111 10010 10000100 1000001 110010

Color Harmonies of #2CD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD24E

Black with #2CD24E

Text Example


Text Example

White with #2CD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,210,78); }

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

background-color css

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

 a { background-color: rgb(44,210,78); }

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

border-color css

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

 span { border-color: rgb(44,210,78); }

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