#35D455

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

Shades of Lime Green #35D455

Tints of Lime Green #35D455

Color information

#35D455 (or 0x35D455) is unknown color: approx Lime Green. HEX triplet: 35, D4 and 55. RGB value is (53,212,85). Sum of RGB (Red+Green+Blue) = 53+212+85=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #35D455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D455 is #CA2BAA. Grayscale: #969696. Windows color (decimal): -13249451 or 5624885. OLE color: 5624885.

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

Color convert

RGB5321285-
CMYK0.7500.600.17
HSL132.08º64.9%51.96%-
HSV(B)132.08º75%83.14%-
XYZ26.6548.516.55-
YUV149.9891.3258.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 212 (83.20% from 255) = 60.57%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=15.14%
G=60.57%
B=24.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53212850.7500.600.17132.0864.951.96
Hex35D4554B03C11844134
Octal653241251130742120410164
Binary1101011101010010101011001011011110010001100001001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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