#33BF2A

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

Shades of Lime Green #33BF2A

Tints of Lime Green #33BF2A

Color information

#33BF2A (or 0x33BF2A) is unknown color: approx Lime Green. HEX triplet: 33, BF and 2A. RGB value is (51,191,42). Sum of RGB (Red+Green+Blue) = 51+191+42=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF2A is #CC40D5. Grayscale: #848484. Windows color (decimal): -13385942 or 2801459. OLE color: 2801459.

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

Color convert

RGB5119142-
CMYK0.7300.780.25
HSL116.38º63.95%45.69%-
HSV(B)116.38º78.01%74.9%-
XYZ20.4138.138.47-
YUV132.1577.1270.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 191 (75% from 255) = 67.25%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=17.96%
G=67.25%
B=14.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191420.7300.780.25116.3863.9545.69
Hex33BF2A4904E1974402e
Octal632775211101163116410056
Binary110011101111111010101001001010011101100111101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BF2A; }

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

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

<style>
 a { background-color: #33BF2A; }

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

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

<style>
 span { border-color: #33BF2A; }

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

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