Html Css Color HEX #2CD04C Lime Green

📋 copy color: '#2CD04C'

red 44 ◦ green 208 ◦ blue 76

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

Shades of Lime Green #2CD04C

Tints of Lime Green #2CD04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 13.41%
G = 63.41%
B = 23.17%

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

#2CD04C (or 0x2CD04C) is known color: Lime Green. HEX triplet: 2C, D0 and 4C. RGB value is (44,208,76). Sum of RGB (Red+Green+Blue) = 44+208+76=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD04C is #D32FB3. Grayscale: #909090. Windows color (decimal): -13840308 or 5034028. OLE color: 5034028.

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

Color convert

RGB 44 208 76 -
CMYK 0.79 0 0.63 0.18
HSL 131.71º 0.65% 0.49% -
HSV(B) 131.71º 0.79% 0.82% -
XYZ 24.9 46.17 14.44 -
YUV 143.92 89.67 56.73 -
System Red Green Blue C M Y K H S L
Decimal 44 208 76 0.79 0 0.63 0.18 131.71 0.65 0.49
Hex 2C D0 4C 4F 0 3F 12 84 41 31
Octal 54 320 114 117 0 77 22 204 101 61
Binary 101100 11010000 1001100 1001111 0 111111 10010 10000100 1000001 110001

Color Harmonies of #2CD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD04C

Black with #2CD04C

Text Example


Text Example

White with #2CD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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