#35D61E

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

Shades of Lime Green #35D61E

Tints of Lime Green #35D61E

Color information

#35D61E (or 0x35D61E) is unknown color: approx Lime Green. HEX triplet: 35, D6 and 1E. RGB value is (53,214,30). Sum of RGB (Red+Green+Blue) = 53+214+30=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 214 (83.98% from 255 or 72.05% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 214 - color contains mainly: green. Hex color #35D61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D61E is #CA29E1. Grayscale: #919191. Windows color (decimal): -13248994 or 2020917. OLE color: 2020917.

HSL color Cylindrical-coordinate representation of color #35D61E: hue angle of 112.5º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35D61E is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB5321430-
CMYK0.7500.860.16
HSL112.5º75.41%47.84%-
HSV(B)112.5º85.98%83.92%-
XYZ25.7548.949.32-
YUV144.8863.1662.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 214 (83.98% from 255) = 72.05%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=17.85%
G=72.05%
B=10.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53214300.7500.860.16112.575.4147.84
Hex35D61E4B05610704b30
Octal653263611301262016011360
Binary11010111010110111101001011010101101000011100001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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