Html Css Color HEX #53DE44 Lime Green

📋 copy color: '#53DE44'

red 83 ◦ green 222 ◦ blue 68

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

Shades of Lime Green #53DE44

Tints of Lime Green #53DE44

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.52%

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 22.25%
G = 59.52%
B = 18.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#53DE44 (or 0x53DE44) is known color: Lime Green. HEX triplet: 53, DE and 44. RGB value is (83,222,68). Sum of RGB (Red+Green+Blue) = 83+222+68=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #53DE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DE44 is #AC21BB. Grayscale: #A3A3A3. Windows color (decimal): -11280828 or 4513363. OLE color: 4513363.

HSL color Cylindrical-coordinate representation of color #53DE44: hue angle of 114.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53DE44 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 68 -
CMYK 0.63 0 0.69 0.13
HSL 114.16º 0.7% 0.57% -
HSV(B) 114.16º 0.69% 0.87% -
XYZ 30.73 54.5 14.37 -
YUV 162.88 74.45 71.02 -
System Red Green Blue C M Y K H S L
Decimal 83 222 68 0.63 0 0.69 0.13 114.16 0.7 0.57
Hex 53 DE 44 3F 0 45 D 72 46 39
Octal 123 336 104 77 0 105 15 162 106 71
Binary 1010011 11011110 1000100 111111 0 1000101 1101 1110010 1000110 111001

Color Harmonies of #53DE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DE44

Black with #53DE44

Text Example


Text Example

White with #53DE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,68); }

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

background-color css

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

 a { background-color: rgb(83,222,68); }

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

border-color css

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

 span { border-color: rgb(83,222,68); }

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