#35EE33

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

Shades of Lime Green #35EE33

Tints of Lime Green #35EE33

Color information

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

HSL color Cylindrical-coordinate representation of color #35EE33: hue angle of 119.36º 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 #35EE33 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB5323851-
CMYK0.7800.790.07
HSL119.36º84.62%56.67%-
HSV(B)119.36º78.57%93.33%-
XYZ32.6462.1413.41-
YUV161.3765.7150.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53238510.7800.790.07119.3684.6256.67
Hex35EE334E04F7775539
Octal65356631160117716712571
Binary1101011110111011001110011100100111111111101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35EE33; }

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

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

<style>
 a { background-color: #35EE33; }

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

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

<style>
 span { border-color: #35EE33; }

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

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