#35D650

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

Shades of Lime Green #35D650

Tints of Lime Green #35D650

Color information

#35D650 (or 0x35D650) is unknown color: approx Lime Green. HEX triplet: 35, D6 and 50. RGB value is (53,214,80). Sum of RGB (Red+Green+Blue) = 53+214+80=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #35D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D650 is #CA29AF. Grayscale: #969696. Windows color (decimal): -13248944 or 5297717. OLE color: 5297717.

HSL color Cylindrical-coordinate representation of color #35D650: hue angle of 130.06º 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 #35D650 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB5321480-
CMYK0.7500.630.16
HSL130.06º66.26%52.35%-
HSV(B)130.06º75.23%83.92%-
XYZ26.9649.4315.71-
YUV150.5888.1658.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 214 (83.98% from 255) = 61.67%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=15.27%
G=61.67%
B=23.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53214800.7500.630.16130.0666.2652.35
Hex35D6504B03F10824234
Octal653261201130772020210264
Binary1101011101011010100001001011011111110000100000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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