Html Css Color HEX #53D240 Lime Green

📋 copy color: '#53D240'

red 83 ◦ green 210 ◦ blue 64

#53D240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #53D240

Tints of Lime Green #53D240

RGB

 RED value IS 83 (32.81% from 255) = 23.25%

 GREEN value IS 210 (82.42% from 255) = 58.82%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 23.25%
G = 58.82%
B = 17.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#53D240 (or 0x53D240) is known color: Lime Green. HEX triplet: 53, D2 and 40. RGB value is (83,210,64). Sum of RGB (Red+Green+Blue) = 83+210+64=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #53D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D240 is #AC2DBF. Grayscale: #9B9B9B. Windows color (decimal): -11283904 or 4248147. OLE color: 4248147.

HSL color Cylindrical-coordinate representation of color #53D240: hue angle of 112.19º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53D240 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 64 -
CMYK 0.60 0 0.70 0.18
HSL 112.19º 0.62% 0.54% -
HSV(B) 112.19º 0.7% 0.82% -
XYZ 27.54 48.3 12.72 -
YUV 155.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 83 210 64 0.60 0 0.70 0.18 112.19 0.62 0.54
Hex 53 D2 40 3C 0 46 12 70 3E 36
Octal 123 322 100 74 0 106 22 160 76 66
Binary 1010011 11010010 1000000 111100 0 1000110 10010 1110000 111110 110110

Color Harmonies of #53D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D240

Black with #53D240

Text Example


Text Example

White with #53D240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,64); }

 H1.HeaderClassName
 {
   color: #53D240;
 }
 .AnyTagClassName
 {
   color: #53D240;
 }
</style>

background-color css

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

 a { background-color: rgb(83,210,64); }

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

border-color css

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

 span { border-color: rgb(83,210,64); }

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