Html Css Color HEX #2CD824 Lime Green

📋 copy color: '#2CD824'

red 44 ◦ green 216 ◦ blue 36

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

Shades of Lime Green #2CD824

Tints of Lime Green #2CD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72.97%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 14.86%
G = 72.97%
B = 12.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#2CD824 (or 0x2CD824) is known color: Lime Green. HEX triplet: 2C, D8 and 24. RGB value is (44,216,36). Sum of RGB (Red+Green+Blue) = 44+216+36=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD824 is #D327DB. Grayscale: #909090. Windows color (decimal): -13838300 or 2414636. OLE color: 2414636.

HSL color Cylindrical-coordinate representation of color #2CD824: hue angle of 117.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD824 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 36 -
CMYK 0.80 0 0.83 0.15
HSL 117.33º 0.71% 0.49% -
HSV(B) 117.33º 0.83% 0.85% -
XYZ 25.91 49.77 9.91 -
YUV 144.05 67.02 56.64 -
System Red Green Blue C M Y K H S L
Decimal 44 216 36 0.80 0 0.83 0.15 117.33 0.71 0.49
Hex 2C D8 24 50 0 53 F 75 47 31
Octal 54 330 44 120 0 123 17 165 107 61
Binary 101100 11011000 100100 1010000 0 1010011 1111 1110101 1000111 110001

Color Harmonies of #2CD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD824

Black with #2CD824

Text Example


Text Example

White with #2CD824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,216,36); }

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

background-color css

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

 a { background-color: rgb(44,216,36); }

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

border-color css

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

 span { border-color: rgb(44,216,36); }

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