Html Css Color HEX #2CBF17 Lime Green

📋 copy color: '#2CBF17'

red 44 ◦ green 191 ◦ blue 23

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

Shades of Lime Green #2CBF17

Tints of Lime Green #2CBF17

RGB

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

 GREEN value IS 191 (75% from 255) = 74.03%

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

R = 17.05%
G = 74.03%
B = 8.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2CBF17 (or 0x2CBF17) is known color: Lime Green. HEX triplet: 2C, BF and 17. RGB value is (44,191,23). Sum of RGB (Red+Green+Blue) = 44+191+23=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF17 is #D340E8. Grayscale: #808080. Windows color (decimal): -13844713 or 1556268. OLE color: 1556268.

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

Color convert

RGB 44 191 23 -
CMYK 0.77 0 0.88 0.25
HSL 112.5º 0.79% 0.42% -
HSV(B) 112.5º 0.88% 0.75% -
XYZ 19.82 37.86 7.07 -
YUV 127.9 68.8 68.16 -
System Red Green Blue C M Y K H S L
Decimal 44 191 23 0.77 0 0.88 0.25 112.5 0.79 0.42
Hex 2C BF 17 4D 0 58 19 70 4F 2A
Octal 54 277 27 115 0 130 31 160 117 52
Binary 101100 10111111 10111 1001101 0 1011000 11001 1110000 1001111 101010

Color Harmonies of #2CBF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF17

Black with #2CBF17

Text Example


Text Example

White with #2CBF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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