#33F240

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

Shades of Lime Green #33F240

Tints of Lime Green #33F240

Color information

#33F240 (or 0x33F240) is unknown color: approx Lime Green. HEX triplet: 33, F2 and 40. RGB value is (51,242,64). Sum of RGB (Red+Green+Blue) = 51+242+64=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #33F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F240 is #CC0DBF. Grayscale: #A5A5A5. Windows color (decimal): -13372864 or 4256307. OLE color: 4256307.

HSL color Cylindrical-coordinate representation of color #33F240: hue angle of 124.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F240 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB5124264-
CMYK0.7900.740.05
HSL124.08º88.02%57.45%-
HSV(B)124.08º78.93%94.9%-
XYZ34.0464.5815.52-
YUV164.671.2246.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 242 (94.92% from 255) = 67.79%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=14.29%
G=67.79%
B=17.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51242640.7900.740.05124.0888.0257.45
Hex33F2404F04A57c5839
Octal633621001170112517413071
Binary11001111110010100000010011110100101010111111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,242,64); }

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

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

 a { background-color: rgb(51,242,64); }

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

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

 span { border-color: rgb(51,242,64); }

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