Html Css Color HEX #53ED2C Lime Green

📋 copy color: '#53ED2C'

red 83 ◦ green 237 ◦ blue 44

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

Shades of Lime Green #53ED2C

Tints of Lime Green #53ED2C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.11%

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 22.8%
G = 65.11%
B = 12.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#53ED2C (or 0x53ED2C) is known color: Lime Green. HEX triplet: 53, ED and 2C. RGB value is (83,237,44). Sum of RGB (Red+Green+Blue) = 83+237+44=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #53ED2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53ED2C is #AC12D3. Grayscale: #A9A9A9. Windows color (decimal): -11277012 or 2944339. OLE color: 2944339.

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

Color convert

RGB 83 237 44 -
CMYK 0.65 0 0.81 0.07
HSL 107.88º 0.84% 0.55% -
HSV(B) 107.88º 0.81% 0.93% -
XYZ 34.31 62.59 12.66 -
YUV 168.95 57.48 66.69 -
System Red Green Blue C M Y K H S L
Decimal 83 237 44 0.65 0 0.81 0.07 107.88 0.84 0.55
Hex 53 ED 2C 41 0 51 7 6C 54 37
Octal 123 355 54 101 0 121 7 154 124 67
Binary 1010011 11101101 101100 1000001 0 1010001 111 1101100 1010100 110111

Color Harmonies of #53ED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ED2C

Black with #53ED2C

Text Example


Text Example

White with #53ED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,237,44); }

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

background-color css

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

 a { background-color: rgb(83,237,44); }

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

border-color css

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

 span { border-color: rgb(83,237,44); }

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