#35D42E

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

Shades of Lime Green #35D42E

Tints of Lime Green #35D42E

Color information

#35D42E (or 0x35D42E) is unknown color: approx Lime Green. HEX triplet: 35, D4 and 2E. RGB value is (53,212,46). Sum of RGB (Red+Green+Blue) = 53+212+46=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 212 (83.20% from 255 or 68.17% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 212 - color contains mainly: green. Hex color #35D42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D42E is #CA2BD1. Grayscale: #929292. Windows color (decimal): -13249490 or 3068981. OLE color: 3068981.

HSL color Cylindrical-coordinate representation of color #35D42E: hue angle of 117.47º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D42E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB5321246-
CMYK0.7500.780.17
HSL117.47º65.87%50.59%-
HSV(B)117.47º78.3%83.14%-
XYZ25.548.0410.51-
YUV145.5471.8262-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 212 (83.20% from 255) = 68.17%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=17.04%
G=68.17%
B=14.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53212460.7500.780.17117.4765.8750.59
Hex35D42E4B04E11754233
Octal653245611301162116510263
Binary110101110101001011101001011010011101000111101011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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