#33EF35

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

Shades of Lime Green #33EF35

Tints of Lime Green #33EF35

Color information

#33EF35 (or 0x33EF35) is unknown color: approx Lime Green. HEX triplet: 33, EF and 35. RGB value is (51,239,53). Sum of RGB (Red+Green+Blue) = 51+239+53=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #33EF35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EF35 is #CC10CA. Grayscale: #A2A2A2. Windows color (decimal): -13373643 or 3534643. OLE color: 3534643.

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

Color convert

RGB5123953-
CMYK0.7900.780.06
HSL120.64º85.45%56.86%-
HSV(B)120.64º78.66%93.73%-
XYZ32.8762.6913.74-
YUV161.5866.7249.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.87%
GREEN value IS 239 (93.75% from 255) = 69.68%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=14.87%
G=69.68%
B=15.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51239530.7900.780.06120.6485.4556.86
Hex33EF354F04E6795539
Octal63357651170116617112571
Binary1100111110111111010110011110100111011011110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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