#53D633

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

Shades of Lime Green #53D633

Tints of Lime Green #53D633

Color information

#53D633 (or 0x53D633) is unknown color: approx Lime Green. HEX triplet: 53, D6 and 33. RGB value is (83,214,51). Sum of RGB (Red+Green+Blue) = 83+214+51=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #53D633 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D633 is #AC29CC. Grayscale: #9C9C9C. Windows color (decimal): -11282893 or 3397203. OLE color: 3397203.

HSL color Cylindrical-coordinate representation of color #53D633: hue angle of 108.22º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53D633 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB8321451-
CMYK0.6100.760.16
HSL108.22º66.53%51.96%-
HSV(B)108.22º76.17%83.92%-
XYZ28.2150.1711.33-
YUV156.2568.675.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 214 (83.98% from 255) = 61.49%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=23.85%
G=61.49%
B=14.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83214510.6100.760.16108.2266.5351.96
Hex53D6333D04C106c4334
Octal123326637501142015410364
Binary101001111010110110011111101010011001000011011001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,51); }

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

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

 a { background-color: rgb(83,214,51); }

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

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

 span { border-color: rgb(83,214,51); }

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