#35D637

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

Shades of Lime Green #35D637

Tints of Lime Green #35D637

Color information

#35D637 (or 0x35D637) is unknown color: approx Lime Green. HEX triplet: 35, D6 and 37. RGB value is (53,214,55). Sum of RGB (Red+Green+Blue) = 53+214+55=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #35D637 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D637 is #CA29C8. Grayscale: #949494. Windows color (decimal): -13248969 or 3659317. OLE color: 3659317.

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

Color convert

RGB5321455-
CMYK0.7500.740.16
HSL120.75º66.26%52.35%-
HSV(B)120.75º75.23%83.92%-
XYZ26.249.1311.72-
YUV147.7475.6660.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 214 (83.98% from 255) = 66.46%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=16.46%
G=66.46%
B=17.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53214550.7500.740.16120.7566.2652.35
Hex35D6374B04A10794234
Octal653266711301122017110264
Binary110101110101101101111001011010010101000011110011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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