Html Css Color HEX #2CD024 Lime Green

📋 copy color: '#2CD024'

red 44 ◦ green 208 ◦ blue 36

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

Shades of Lime Green #2CD024

Tints of Lime Green #2CD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.22%

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

R = 15.28%
G = 72.22%
B = 12.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#2CD024 (or 0x2CD024) is known color: Lime Green. HEX triplet: 2C, D0 and 24. RGB value is (44,208,36). Sum of RGB (Red+Green+Blue) = 44+208+36=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD024 is #D32FDB. Grayscale: #8B8B8B. Windows color (decimal): -13840348 or 2412588. OLE color: 2412588.

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

Color convert

RGB 44 208 36 -
CMYK 0.79 0 0.83 0.18
HSL 117.21º 0.7% 0.48% -
HSV(B) 117.21º 0.83% 0.82% -
XYZ 23.91 45.77 9.24 -
YUV 139.36 69.67 59.99 -
System Red Green Blue C M Y K H S L
Decimal 44 208 36 0.79 0 0.83 0.18 117.21 0.7 0.48
Hex 2C D0 24 4F 0 53 12 75 46 30
Octal 54 320 44 117 0 123 22 165 106 60
Binary 101100 11010000 100100 1001111 0 1010011 10010 1110101 1000110 110000

Color Harmonies of #2CD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD024

Black with #2CD024

Text Example


Text Example

White with #2CD024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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