Html Css Color HEX #53E940 Lime Green

📋 copy color: '#53E940'

red 83 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #53E940

Tints of Lime Green #53E940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 21.84%
G = 61.32%
B = 16.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#53E940 (or 0x53E940) is known color: Lime Green. HEX triplet: 53, E9 and 40. RGB value is (83,233,64). Sum of RGB (Red+Green+Blue) = 83+233+64=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 233 (91.41% from 255 or 61.32% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 233 - color contains mainly: green. Hex color #53E940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E940 is #AC16BF. Grayscale: #A9A9A9. Windows color (decimal): -11278016 or 4254035. OLE color: 4254035.

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

Color convert

RGB 83 233 64 -
CMYK 0.64 0 0.73 0.09
HSL 113.25º 0.79% 0.58% -
HSV(B) 113.25º 0.73% 0.91% -
XYZ 33.63 60.49 14.75 -
YUV 168.88 68.81 66.74 -
System Red Green Blue C M Y K H S L
Decimal 83 233 64 0.64 0 0.73 0.09 113.25 0.79 0.58
Hex 53 E9 40 40 0 49 9 71 4F 3A
Octal 123 351 100 100 0 111 11 161 117 72
Binary 1010011 11101001 1000000 1000000 0 1001001 1001 1110001 1001111 111010

Color Harmonies of #53E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E940

Black with #53E940

Text Example


Text Example

White with #53E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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