Html Css Color HEX #53D03E Lime Green

📋 copy color: '#53D03E'

red 83 ◦ green 208 ◦ blue 62

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

Shades of Lime Green #53D03E

Tints of Lime Green #53D03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 23.51%
G = 58.92%
B = 17.56%

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

#53D03E (or 0x53D03E) is known color: Lime Green. HEX triplet: 53, D0 and 3E. RGB value is (83,208,62). Sum of RGB (Red+Green+Blue) = 83+208+62=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #53D03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D03E is #AC2FC1. Grayscale: #9A9A9A. Windows color (decimal): -11284418 or 4116563. OLE color: 4116563.

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

Color convert

RGB 83 208 62 -
CMYK 0.60 0 0.70 0.18
HSL 111.37º 0.61% 0.53% -
HSV(B) 111.37º 0.7% 0.82% -
XYZ 26.99 47.3 12.26 -
YUV 153.98 76.09 77.37 -
System Red Green Blue C M Y K H S L
Decimal 83 208 62 0.60 0 0.70 0.18 111.37 0.61 0.53
Hex 53 D0 3E 3C 0 46 12 6F 3D 35
Octal 123 320 76 74 0 106 22 157 75 65
Binary 1010011 11010000 111110 111100 0 1000110 10010 1101111 111101 110101

Color Harmonies of #53D03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D03E

Black with #53D03E

Text Example


Text Example

White with #53D03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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