#2CBF19

Color #2CBF19 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CBF19

Tints of Lime Green #2CBF19

Color information

#2CBF19 (or 0x2CBF19) is unknown color: approx Lime Green. HEX triplet: 2C, BF and 19. RGB value is (44,191,25). Sum of RGB (Red+Green+Blue) = 44+191+25=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF19 is #D340E6. Grayscale: #808080. Windows color (decimal): -13844711 or 1687340. OLE color: 1687340.

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

Color convert

RGB4419125-
CMYK0.7700.870.25
HSL113.13º76.85%42.35%-
HSV(B)113.13º86.91%74.9%-
XYZ19.8437.877.18-
YUV128.1269.868-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 191 (75% from 255) = 73.46%
BLUE value IS 25 (10.16% from 255) = 9.62%
R=16.92%
G=73.46%
B=9.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44191250.7700.870.25113.1376.8542.35
Hex2CBF194D05719714d2a
Octal542773111501273116111552
Binary10110010111111110011001101010101111100111100011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CBF19;
 }
 .AnyTagClassName
 {
   color: #2CBF19;
 }
</style>
background-color css

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

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

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

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

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

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