#35CD52

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

Shades of Lime Green #35CD52

Tints of Lime Green #35CD52

Color information

#35CD52 (or 0x35CD52) is unknown color: approx Lime Green. HEX triplet: 35, CD and 52. RGB value is (53,205,82). Sum of RGB (Red+Green+Blue) = 53+205+82=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CD52 is #CA32AD. Grayscale: #919191. Windows color (decimal): -13251246 or 5426485. OLE color: 5426485.

HSL color Cylindrical-coordinate representation of color #35CD52: hue angle of 131.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD52 is Cyan = 0.74, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB5320582-
CMYK0.7400.60.20
HSL131.45º60.32%50.59%-
HSV(B)131.45º74.15%80.39%-
XYZ24.8245.0315.37-
YUV145.5392.1462-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=15.59%
G=60.29%
B=24.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53205820.7400.60.20131.4560.3250.59
Hex35CD524A03C14833c33
Octal65315122112074242037463
Binary110101110011011010010100101001111001010010000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,82); }

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

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

 a { background-color: rgb(53,205,82); }

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

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

 span { border-color: rgb(53,205,82); }

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