Html Css Color HEX #53EA34 Lime Green

📋 copy color: '#53EA34'

red 83 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #53EA34

Tints of Lime Green #53EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.41%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 22.49%
G = 63.41%
B = 14.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#53EA34 (or 0x53EA34) is known color: Lime Green. HEX triplet: 53, EA and 34. RGB value is (83,234,52). Sum of RGB (Red+Green+Blue) = 83+234+52=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #53EA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EA34 is #AC15CB. Grayscale: #A8A8A8. Windows color (decimal): -11277772 or 3467859. OLE color: 3467859.

HSL color Cylindrical-coordinate representation of color #53EA34: hue angle of 109.78º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53EA34 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 52 -
CMYK 0.65 0 0.78 0.08
HSL 109.78º 0.81% 0.56% -
HSV(B) 109.78º 0.78% 0.92% -
XYZ 33.61 60.93 13.24 -
YUV 168.1 62.47 67.3 -
System Red Green Blue C M Y K H S L
Decimal 83 234 52 0.65 0 0.78 0.08 109.78 0.81 0.56
Hex 53 EA 34 41 0 4E 8 6E 51 38
Octal 123 352 64 101 0 116 10 156 121 70
Binary 1010011 11101010 110100 1000001 0 1001110 1000 1101110 1010001 111000

Color Harmonies of #53EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EA34

Black with #53EA34

Text Example


Text Example

White with #53EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,52); }

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

background-color css

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

 a { background-color: rgb(83,234,52); }

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

border-color css

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

 span { border-color: rgb(83,234,52); }

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