Html Css Color HEX #53EC35 Lime Green

📋 copy color: '#53EC35'

red 83 ◦ green 236 ◦ blue 53

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

Shades of Lime Green #53EC35

Tints of Lime Green #53EC35

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.44%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 22.31%
G = 63.44%
B = 14.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#53EC35 (or 0x53EC35) is known color: Lime Green. HEX triplet: 53, EC and 35. RGB value is (83,236,53). Sum of RGB (Red+Green+Blue) = 83+236+53=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EC35 is #AC13CA. Grayscale: #A9A9A9. Windows color (decimal): -11277259 or 3533907. OLE color: 3533907.

HSL color Cylindrical-coordinate representation of color #53EC35: hue angle of 110.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53EC35 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 236 53 -
CMYK 0.65 0 0.78 0.07
HSL 110.16º 0.83% 0.57% -
HSV(B) 110.16º 0.78% 0.93% -
XYZ 34.21 62.09 13.55 -
YUV 169.39 62.31 66.38 -
System Red Green Blue C M Y K H S L
Decimal 83 236 53 0.65 0 0.78 0.07 110.16 0.83 0.57
Hex 53 EC 35 41 0 4E 7 6E 53 39
Octal 123 354 65 101 0 116 7 156 123 71
Binary 1010011 11101100 110101 1000001 0 1001110 111 1101110 1010011 111001

Color Harmonies of #53EC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EC35

Black with #53EC35

Text Example


Text Example

White with #53EC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,236,53); }

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

background-color css

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

 a { background-color: rgb(83,236,53); }

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

border-color css

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

 span { border-color: rgb(83,236,53); }

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