Html Css Color HEX #53E541 Lime Green

📋 copy color: '#53E541'

red 83 ◦ green 229 ◦ blue 65

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

Shades of Lime Green #53E541

Tints of Lime Green #53E541

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.74%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 22.02%
G = 60.74%
B = 17.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#53E541 (or 0x53E541) is known color: Lime Green. HEX triplet: 53, E5 and 41. RGB value is (83,229,65). Sum of RGB (Red+Green+Blue) = 83+229+65=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #53E541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E541 is #AC1ABE. Grayscale: #A7A7A7. Windows color (decimal): -11279039 or 4318547. OLE color: 4318547.

HSL color Cylindrical-coordinate representation of color #53E541: hue angle of 113.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53E541 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 229 65 -
CMYK 0.64 0 0.72 0.10
HSL 113.41º 0.76% 0.58% -
HSV(B) 113.41º 0.72% 0.9% -
XYZ 32.54 58.26 14.53 -
YUV 166.65 70.63 68.34 -
System Red Green Blue C M Y K H S L
Decimal 83 229 65 0.64 0 0.72 0.10 113.41 0.76 0.58
Hex 53 E5 41 40 0 48 A 71 4C 3A
Octal 123 345 101 100 0 110 12 161 114 72
Binary 1010011 11100101 1000001 1000000 0 1001000 1010 1110001 1001100 111010

Color Harmonies of #53E541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E541

Black with #53E541

Text Example


Text Example

White with #53E541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,229,65); }

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

background-color css

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

 a { background-color: rgb(83,229,65); }

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

border-color css

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

 span { border-color: rgb(83,229,65); }

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