#33BE2E

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

Shades of Lime Green #33BE2E

Tints of Lime Green #33BE2E

Color information

#33BE2E (or 0x33BE2E) is unknown color: approx Lime Green. HEX triplet: 33, BE and 2E. RGB value is (51,190,46). Sum of RGB (Red+Green+Blue) = 51+190+46=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BE2E is #CC41D1. Grayscale: #848484. Windows color (decimal): -13386194 or 3063347. OLE color: 3063347.

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

Color convert

RGB5119046-
CMYK0.7300.760.25
HSL117.92º61.02%46.27%-
HSV(B)117.92º75.79%74.51%-
XYZ20.2737.738.8-
YUV132.0279.4570.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 190 (74.61% from 255) = 66.20%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=17.77%
G=66.20%
B=16.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51190460.7300.760.25117.9261.0246.27
Hex33BE2E4904C19763d2e
Octal63276561110114311667556
Binary11001110111110101110100100101001100110011110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,190,46); }

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

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

 a { background-color: rgb(51,190,46); }

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

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

 span { border-color: rgb(51,190,46); }

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