Html Css Color HEX #53F134 Lime Green

📋 copy color: '#53F134'

red 83 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #53F134

Tints of Lime Green #53F134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.1%

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

R = 22.07%
G = 64.1%
B = 13.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#53F134 (or 0x53F134) is known color: Lime Green. HEX triplet: 53, F1 and 34. RGB value is (83,241,52). Sum of RGB (Red+Green+Blue) = 83+241+52=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #53F134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F134 is #AC0ECB. Grayscale: #ACACAC. Windows color (decimal): -11275980 or 3469651. OLE color: 3469651.

HSL color Cylindrical-coordinate representation of color #53F134: hue angle of 110.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53F134 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 241 52 -
CMYK 0.66 0 0.78 0.05
HSL 110.16º 0.87% 0.57% -
HSV(B) 110.16º 0.78% 0.95% -
XYZ 35.64 65 13.92 -
YUV 172.21 60.15 64.37 -
System Red Green Blue C M Y K H S L
Decimal 83 241 52 0.66 0 0.78 0.05 110.16 0.87 0.57
Hex 53 F1 34 42 0 4E 5 6E 57 39
Octal 123 361 64 102 0 116 5 156 127 71
Binary 1010011 11110001 110100 1000010 0 1001110 101 1101110 1010111 111001

Color Harmonies of #53F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F134

Black with #53F134

Text Example


Text Example

White with #53F134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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