#2CBF33

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

Shades of Lime Green #2CBF33

Tints of Lime Green #2CBF33

Color information

#2CBF33 (or 0x2CBF33) is unknown color: approx Lime Green. HEX triplet: 2C, BF and 33. RGB value is (44,191,51). Sum of RGB (Red+Green+Blue) = 44+191+51=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF33 is #D340CC. Grayscale: #838383. Windows color (decimal): -13844685 or 3391276. OLE color: 3391276.

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

Color convert

RGB4419151-
CMYK0.7700.730.25
HSL122.86º62.55%46.08%-
HSV(B)122.86º76.96%74.9%-
XYZ20.2738.049.41-
YUV131.0982.865.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 191 (75% from 255) = 66.78%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=15.38%
G=66.78%
B=17.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44191510.7700.730.25122.8662.5546.08
Hex2CBF334D049197b3f2e
Octal54277631150111311737756
Binary10110010111111110011100110101001001110011111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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