Html Css Color HEX #2CC04E Lime Green

📋 copy color: '#2CC04E'

red 44 ◦ green 192 ◦ blue 78

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

Shades of Lime Green #2CC04E

Tints of Lime Green #2CC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

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

R = 14.01%
G = 61.15%
B = 24.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#2CC04E (or 0x2CC04E) is known color: Lime Green. HEX triplet: 2C, C0 and 4E. RGB value is (44,192,78). Sum of RGB (Red+Green+Blue) = 44+192+78=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC04E is #D33FB1. Grayscale: #878787. Windows color (decimal): -13844402 or 5161004. OLE color: 5161004.

HSL color Cylindrical-coordinate representation of color #2CC04E: hue angle of 133.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC04E is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 78 -
CMYK 0.77 0 0.59 0.25
HSL 133.78º 0.63% 0.46% -
HSV(B) 133.78º 0.77% 0.75% -
XYZ 21.26 38.78 13.57 -
YUV 134.75 95.97 63.27 -
System Red Green Blue C M Y K H S L
Decimal 44 192 78 0.77 0 0.59 0.25 133.78 0.63 0.46
Hex 2C C0 4E 4D 0 3B 19 86 3F 2E
Octal 54 300 116 115 0 73 31 206 77 56
Binary 101100 11000000 1001110 1001101 0 111011 11001 10000110 111111 101110

Color Harmonies of #2CC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC04E

Black with #2CC04E

Text Example


Text Example

White with #2CC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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