Html Css Color HEX #53E93A Lime Green

📋 copy color: '#53E93A'

red 83 ◦ green 233 ◦ blue 58

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

Shades of Lime Green #53E93A

Tints of Lime Green #53E93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.3%

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

R = 22.19%
G = 62.3%
B = 15.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#53E93A (or 0x53E93A) is known color: Lime Green. HEX triplet: 53, E9 and 3A. RGB value is (83,233,58). Sum of RGB (Red+Green+Blue) = 83+233+58=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #53E93A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E93A is #AC16C5. Grayscale: #A8A8A8. Windows color (decimal): -11278022 or 3860819. OLE color: 3860819.

HSL color Cylindrical-coordinate representation of color #53E93A: hue angle of 111.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53E93A is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 233 58 -
CMYK 0.64 0 0.75 0.09
HSL 111.43º 0.8% 0.57% -
HSV(B) 111.43º 0.75% 0.91% -
XYZ 33.47 60.42 13.9 -
YUV 168.2 65.81 67.23 -
System Red Green Blue C M Y K H S L
Decimal 83 233 58 0.64 0 0.75 0.09 111.43 0.8 0.57
Hex 53 E9 3A 40 0 4B 9 6F 50 39
Octal 123 351 72 100 0 113 11 157 120 71
Binary 1010011 11101001 111010 1000000 0 1001011 1001 1101111 1010000 111001

Color Harmonies of #53E93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E93A

Black with #53E93A

Text Example


Text Example

White with #53E93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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