Html Css Color HEX #53E345 Lime Green

📋 copy color: '#53E345'

red 83 ◦ green 227 ◦ blue 69

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

Shades of Lime Green #53E345

Tints of Lime Green #53E345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.89%

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 21.9%
G = 59.89%
B = 18.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#53E345 (or 0x53E345) is known color: Lime Green. HEX triplet: 53, E3 and 45. RGB value is (83,227,69). Sum of RGB (Red+Green+Blue) = 83+227+69=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #53E345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E345 is #AC1CBA. Grayscale: #A6A6A6. Windows color (decimal): -11279547 or 4580179. OLE color: 4580179.

HSL color Cylindrical-coordinate representation of color #53E345: hue angle of 114.68º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53E345 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 227 69 -
CMYK 0.63 0 0.70 0.11
HSL 114.68º 0.74% 0.58% -
HSV(B) 114.68º 0.7% 0.89% -
XYZ 32.11 57.21 14.98 -
YUV 165.93 73.29 68.85 -
System Red Green Blue C M Y K H S L
Decimal 83 227 69 0.63 0 0.70 0.11 114.68 0.74 0.58
Hex 53 E3 45 3F 0 46 B 73 4A 3A
Octal 123 343 105 77 0 106 13 163 112 72
Binary 1010011 11100011 1000101 111111 0 1000110 1011 1110011 1001010 111010

Color Harmonies of #53E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E345

Black with #53E345

Text Example


Text Example

White with #53E345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,227,69); }

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

background-color css

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

 a { background-color: rgb(83,227,69); }

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

border-color css

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

 span { border-color: rgb(83,227,69); }

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