Html Css Color HEX #53D03A Lime Green

📋 copy color: '#53D03A'

red 83 ◦ green 208 ◦ blue 58

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

Shades of Lime Green #53D03A

Tints of Lime Green #53D03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 23.78%
G = 59.6%
B = 16.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#53D03A (or 0x53D03A) is known color: Lime Green. HEX triplet: 53, D0 and 3A. RGB value is (83,208,58). Sum of RGB (Red+Green+Blue) = 83+208+58=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #53D03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D03A is #AC2FC5. Grayscale: #9A9A9A. Windows color (decimal): -11284422 or 3854419. OLE color: 3854419.

HSL color Cylindrical-coordinate representation of color #53D03A: hue angle of 110º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53D03A is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 58 -
CMYK 0.60 0 0.72 0.18
HSL 110º 0.61% 0.52% -
HSV(B) 110º 0.72% 0.82% -
XYZ 26.89 47.26 11.71 -
YUV 153.53 74.09 77.7 -
System Red Green Blue C M Y K H S L
Decimal 83 208 58 0.60 0 0.72 0.18 110 0.61 0.52
Hex 53 D0 3A 3C 0 48 12 6E 3D 34
Octal 123 320 72 74 0 110 22 156 75 64
Binary 1010011 11010000 111010 111100 0 1001000 10010 1101110 111101 110100

Color Harmonies of #53D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D03A

Black with #53D03A

Text Example


Text Example

White with #53D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,58); }

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

background-color css

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

 a { background-color: rgb(83,208,58); }

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

border-color css

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

 span { border-color: rgb(83,208,58); }

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