Html Css Color HEX #2CC928 Lime Green

📋 copy color: '#2CC928'

red 44 ◦ green 201 ◦ blue 40

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

Shades of Lime Green #2CC928

Tints of Lime Green #2CC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 70.53%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 15.44%
G = 70.53%
B = 14.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#2CC928 (or 0x2CC928) is known color: Lime Green. HEX triplet: 2C, C9 and 28. RGB value is (44,201,40). Sum of RGB (Red+Green+Blue) = 44+201+40=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC928 is #D336D7. Grayscale: #888888. Windows color (decimal): -13842136 or 2672940. OLE color: 2672940.

HSL color Cylindrical-coordinate representation of color #2CC928: hue angle of 118.51º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC928 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 201 40 -
CMYK 0.78 0 0.80 0.21
HSL 118.51º 0.67% 0.47% -
HSV(B) 118.51º 0.8% 0.79% -
XYZ 22.31 42.46 9.03 -
YUV 135.7 73.99 62.59 -
System Red Green Blue C M Y K H S L
Decimal 44 201 40 0.78 0 0.80 0.21 118.51 0.67 0.47
Hex 2C C9 28 4E 0 50 15 77 43 2F
Octal 54 311 50 116 0 120 25 167 103 57
Binary 101100 11001001 101000 1001110 0 1010000 10101 1110111 1000011 101111

Color Harmonies of #2CC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC928

Black with #2CC928

Text Example


Text Example

White with #2CC928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,201,40); }

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

background-color css

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

 a { background-color: rgb(44,201,40); }

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

border-color css

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

 span { border-color: rgb(44,201,40); }

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