#33FF35

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

Shades of Lime Green #33FF35

Tints of Lime Green #33FF35

Color information

#33FF35 (or 0x33FF35) is unknown color: approx Lime Green. HEX triplet: 33, FF and 35. RGB value is (51,255,53). Sum of RGB (Red+Green+Blue) = 51+255+53=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF35 is #CC00CA. Grayscale: #ABABAB. Windows color (decimal): -13369547 or 3538739. OLE color: 3538739.

HSL color Cylindrical-coordinate representation of color #33FF35: hue angle of 120.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF35 is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB5125553-
CMYK0.800.790
HSL120.59º100%60%-
HSV(B)120.59º80%100%-
XYZ37.7772.4815.37-
YUV170.9861.4142.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 255 (100% from 255) = 71.03%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=14.21%
G=71.03%
B=14.76%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255530.800.790120.5910060
Hex33FF355004F079643c
Octal63377651200117017114474
Binary11001111111111110101101000001001111011110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,53); }

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

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

 a { background-color: rgb(51,255,53); }

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

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

 span { border-color: rgb(51,255,53); }

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