Html Css Color HEX #2CC917 Lime Green

📋 copy color: '#2CC917'

red 44 ◦ green 201 ◦ blue 23

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

Shades of Lime Green #2CC917

Tints of Lime Green #2CC917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 16.42%
G = 75%
B = 8.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#2CC917 (or 0x2CC917) is known color: Lime Green. HEX triplet: 2C, C9 and 17. RGB value is (44,201,23). Sum of RGB (Red+Green+Blue) = 44+201+23=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC917 is #D336E8. Grayscale: #868686. Windows color (decimal): -13842153 or 1558828. OLE color: 1558828.

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

Color convert

RGB 44 201 23 -
CMYK 0.78 0 0.89 0.21
HSL 112.92º 0.79% 0.44% -
HSV(B) 112.92º 0.89% 0.79% -
XYZ 22.08 42.37 7.83 -
YUV 133.77 65.49 63.97 -
System Red Green Blue C M Y K H S L
Decimal 44 201 23 0.78 0 0.89 0.21 112.92 0.79 0.44
Hex 2C C9 17 4E 0 59 15 71 4F 2C
Octal 54 311 27 116 0 131 25 161 117 54
Binary 101100 11001001 10111 1001110 0 1011001 10101 1110001 1001111 101100

Color Harmonies of #2CC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC917

Black with #2CC917

Text Example


Text Example

White with #2CC917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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