#33F730

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

Shades of Lime Green #33F730

Tints of Lime Green #33F730

Color information

#33F730 (or 0x33F730) is unknown color: approx Lime Green. HEX triplet: 33, F7 and 30. RGB value is (51,247,48). Sum of RGB (Red+Green+Blue) = 51+247+48=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #33F730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F730 is #CC08CF. Grayscale: #A6A6A6. Windows color (decimal): -13371600 or 3209011. OLE color: 3209011.

HSL color Cylindrical-coordinate representation of color #33F730: hue angle of 119.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33F730 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB5124748-
CMYK0.7900.810.03
HSL119.1º92.56%57.84%-
HSV(B)119.1º80.57%96.86%-
XYZ35.1667.4413.96-
YUV165.7161.5746.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 247 (96.88% from 255) = 71.39%
BLUE value IS 48 (19.14% from 255) = 13.87%
R=14.74%
G=71.39%
B=13.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal51247480.7900.810.03119.192.5657.84
Hex33F7304F0513775d3a
Octal63367601170121316713572
Binary110011111101111100001001111010100011111101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,247,48); }

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

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

 a { background-color: rgb(51,247,48); }

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

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

 span { border-color: rgb(51,247,48); }

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