#35d11f

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

Shades of Lime Green #35D11F

Tints of Lime Green #35D11F

Color information

#35D11F (or 0x35D11F) is unknown color: approx Lime Green. HEX triplet: 35, D1 and 1F. RGB value is (53,209,31). Sum of RGB (Red+Green+Blue) = 53+209+31=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #35D11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D11F is #CA2EE0. Grayscale: #8E8E8E. Windows color (decimal): -13250273 or 2085173. OLE color: 2085173.

HSL color Cylindrical-coordinate representation of color #35D11F: hue angle of 112.58º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35D11F is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB5320931-
CMYK0.7500.850.18
HSL112.58º74.17%47.06%-
HSV(B)112.58º85.17%81.96%-
XYZ24.5246.468.97-
YUV142.0665.3264.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 209 (82.03% from 255) = 71.33%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=18.09%
G=71.33%
B=10.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53209310.7500.850.18112.5874.1747.06
Hex35D11F4B05512714a2f
Octal653213711301252216111257
Binary11010111010001111111001011010101011001011100011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35d11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,209,31); }

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

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

 a { background-color: rgb(53,209,31); }

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

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

 span { border-color: rgb(53,209,31); }

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