#35E52E

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

Shades of Lime Green #35E52E

Tints of Lime Green #35E52E

Color information

#35E52E (or 0x35E52E) is unknown color: approx Lime Green. HEX triplet: 35, E5 and 2E. RGB value is (53,229,46). Sum of RGB (Red+Green+Blue) = 53+229+46=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #35E52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E52E is #CA1AD1. Grayscale: #9C9C9C. Windows color (decimal): -13245138 or 3073333. OLE color: 3073333.

HSL color Cylindrical-coordinate representation of color #35E52E: hue angle of 117.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35E52E is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB5322946-
CMYK0.7700.800.10
HSL117.7º77.87%53.92%-
HSV(B)117.7º79.91%89.8%-
XYZ29.9856.9912.01-
YUV155.5166.1954.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 229 (89.84% from 255) = 69.82%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=16.16%
G=69.82%
B=14.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53229460.7700.800.10117.777.8753.92
Hex35E52E4D050A764e36
Octal653455611501201216611666
Binary11010111100101101110100110101010000101011101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,229,46); }

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

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

 a { background-color: rgb(53,229,46); }

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

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

 span { border-color: rgb(53,229,46); }

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