Html Css Color HEX #53F334 Lime Green

📋 copy color: '#53F334'

red 83 ◦ green 243 ◦ blue 52

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

Shades of Lime Green #53F334

Tints of Lime Green #53F334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.29%

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

R = 21.96%
G = 64.29%
B = 13.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#53F334 (or 0x53F334) is known color: Lime Green. HEX triplet: 53, F3 and 34. RGB value is (83,243,52). Sum of RGB (Red+Green+Blue) = 83+243+52=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #53F334 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F334 is #AC0CCB. Grayscale: #ADADAD. Windows color (decimal): -11275468 or 3470163. OLE color: 3470163.

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

Color convert

RGB 83 243 52 -
CMYK 0.66 0 0.79 0.05
HSL 110.26º 0.89% 0.58% -
HSV(B) 110.26º 0.79% 0.95% -
XYZ 36.24 66.19 14.11 -
YUV 173.39 59.49 63.53 -
System Red Green Blue C M Y K H S L
Decimal 83 243 52 0.66 0 0.79 0.05 110.26 0.89 0.58
Hex 53 F3 34 42 0 4F 5 6E 59 3A
Octal 123 363 64 102 0 117 5 156 131 72
Binary 1010011 11110011 110100 1000010 0 1001111 101 1101110 1011001 111010

Color Harmonies of #53F334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F334

Black with #53F334

Text Example


Text Example

White with #53F334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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