#53CD35

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

Shades of Lime Green #53CD35

Tints of Lime Green #53CD35

Color information

#53CD35 (or 0x53CD35) is unknown color: approx Lime Green. HEX triplet: 53, CD and 35. RGB value is (83,205,53). Sum of RGB (Red+Green+Blue) = 83+205+53=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CD35 is #AC32CA. Grayscale: #979797. Windows color (decimal): -11285195 or 3525971. OLE color: 3525971.

HSL color Cylindrical-coordinate representation of color #53CD35: hue angle of 108.16º 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 #53CD35 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB8320553-
CMYK0.6000.740.20
HSL108.16º60.32%50.59%-
HSV(B)108.16º74.15%80.39%-
XYZ26.0445.7610.83-
YUV151.1972.5879.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=24.34%
G=60.12%
B=15.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83205530.6000.740.20108.1660.3250.59
Hex53CD353C04A146c3c33
Octal12331565740112241547463
Binary10100111100110111010111110001001010101001101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CD35; }

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

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

<style>
 a { background-color: #53CD35; }

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

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

<style>
 span { border-color: #53CD35; }

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

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