#35E71E

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

Shades of Lime Green #35E71E

Tints of Lime Green #35E71E

Color information

#35E71E (or 0x35E71E) is unknown color: approx Lime Green. HEX triplet: 35, E7 and 1E. RGB value is (53,231,30). Sum of RGB (Red+Green+Blue) = 53+231+30=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #35E71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E71E is #CA18E1. Grayscale: #9B9B9B. Windows color (decimal): -13244642 or 2025269. OLE color: 2025269.

HSL color Cylindrical-coordinate representation of color #35E71E: hue angle of 113.13º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35E71E is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB5323130-
CMYK0.7700.870.09
HSL113.13º80.72%51.18%-
HSV(B)113.13º87.01%90.59%-
XYZ30.285810.83-
YUV154.8657.5355.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 231 (90.62% from 255) = 73.57%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=16.88%
G=73.57%
B=9.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53231300.7700.870.09113.1380.7251.18
Hex35E71E4D0579715133
Octal653473611501271116112163
Binary1101011110011111110100110101010111100111100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,231,30); }

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

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

 a { background-color: rgb(53,231,30); }

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

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

 span { border-color: rgb(53,231,30); }

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