#33EE35

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

Shades of Lime Green #33EE35

Tints of Lime Green #33EE35

Color information

#33EE35 (or 0x33EE35) is unknown color: approx Lime Green. HEX triplet: 33, EE and 35. RGB value is (51,238,53). Sum of RGB (Red+Green+Blue) = 51+238+53=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 238 (93.36% from 255 or 69.59% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EE35 is #CC11CA. Grayscale: #A1A1A1. Windows color (decimal): -13373899 or 3534387. OLE color: 3534387.

HSL color Cylindrical-coordinate representation of color #33EE35: hue angle of 120.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EE35 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB5123853-
CMYK0.7900.780.07
HSL120.64º84.62%56.67%-
HSV(B)120.64º78.57%93.33%-
XYZ32.5862.1113.64-
YUV16167.0549.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 238 (93.36% from 255) = 69.59%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=14.91%
G=69.59%
B=15.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51238530.7900.780.07120.6484.6256.67
Hex33EE354F04E7795539
Octal63356651170116717112571
Binary1100111110111011010110011110100111011111110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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