Html Css Color HEX #2CB917 Lime Green

📋 copy color: '#2CB917'

red 44 ◦ green 185 ◦ blue 23

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

Shades of Lime Green #2CB917

Tints of Lime Green #2CB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 73.41%

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

R = 17.46%
G = 73.41%
B = 9.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#2CB917 (or 0x2CB917) is known color: Lime Green. HEX triplet: 2C, B9 and 17. RGB value is (44,185,23). Sum of RGB (Red+Green+Blue) = 44+185+23=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 185 (72.66% from 255 or 73.41% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB917 is #D346E8. Grayscale: #7C7C7C. Windows color (decimal): -13846249 or 1554732. OLE color: 1554732.

HSL color Cylindrical-coordinate representation of color #2CB917: hue angle of 112.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CB917 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 23 -
CMYK 0.76 0 0.88 0.27
HSL 112.22º 0.78% 0.41% -
HSV(B) 112.22º 0.88% 0.73% -
XYZ 18.54 35.3 6.65 -
YUV 124.37 70.79 70.67 -
System Red Green Blue C M Y K H S L
Decimal 44 185 23 0.76 0 0.88 0.27 112.22 0.78 0.41
Hex 2C B9 17 4C 0 58 1B 70 4E 29
Octal 54 271 27 114 0 130 33 160 116 51
Binary 101100 10111001 10111 1001100 0 1011000 11011 1110000 1001110 101001

Color Harmonies of #2CB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB917

Black with #2CB917

Text Example


Text Example

White with #2CB917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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