Html Css Color HEX #53DC2F Lime Green

📋 copy color: '#53DC2F'

red 83 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #53DC2F

Tints of Lime Green #53DC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 23.71%
G = 62.86%
B = 13.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#53DC2F (or 0x53DC2F) is known color: Lime Green. HEX triplet: 53, DC and 2F. RGB value is (83,220,47). Sum of RGB (Red+Green+Blue) = 83+220+47=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DC2F is #AC23D0. Grayscale: #9F9F9F. Windows color (decimal): -11281361 or 3136595. OLE color: 3136595.

HSL color Cylindrical-coordinate representation of color #53DC2F: hue angle of 107.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53DC2F is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 47 -
CMYK 0.62 0 0.79 0.14
HSL 107.51º 0.71% 0.52% -
HSV(B) 107.51º 0.79% 0.86% -
XYZ 29.67 53.23 11.4 -
YUV 159.32 64.61 73.57 -
System Red Green Blue C M Y K H S L
Decimal 83 220 47 0.62 0 0.79 0.14 107.51 0.71 0.52
Hex 53 DC 2F 3E 0 4F E 6C 47 34
Octal 123 334 57 76 0 117 16 154 107 64
Binary 1010011 11011100 101111 111110 0 1001111 1110 1101100 1000111 110100

Color Harmonies of #53DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC2F

Black with #53DC2F

Text Example


Text Example

White with #53DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,220,47); }

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

background-color css

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

 a { background-color: rgb(83,220,47); }

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

border-color css

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

 span { border-color: rgb(83,220,47); }

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