Html Css Color HEX #53DA30 Lime Green

📋 copy color: '#53DA30'

red 83 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #53DA30

Tints of Lime Green #53DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.46%

 BLUE value IS 48 (19.14% from 255) = 13.75%

R = 23.78%
G = 62.46%
B = 13.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#53DA30 (or 0x53DA30) is known color: Lime Green. HEX triplet: 53, DA and 30. RGB value is (83,218,48). Sum of RGB (Red+Green+Blue) = 83+218+48=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 218 (85.55% from 255 or 62.46% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DA30 is #AC25CF. Grayscale: #9E9E9E. Windows color (decimal): -11281872 or 3201619. OLE color: 3201619.

HSL color Cylindrical-coordinate representation of color #53DA30: hue angle of 107.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53DA30 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 218 48 -
CMYK 0.62 0 0.78 0.15
HSL 107.65º 0.7% 0.52% -
HSV(B) 107.65º 0.78% 0.85% -
XYZ 29.17 52.2 11.33 -
YUV 158.26 65.77 74.32 -
System Red Green Blue C M Y K H S L
Decimal 83 218 48 0.62 0 0.78 0.15 107.65 0.7 0.52
Hex 53 DA 30 3E 0 4E F 6C 46 34
Octal 123 332 60 76 0 116 17 154 106 64
Binary 1010011 11011010 110000 111110 0 1001110 1111 1101100 1000110 110100

Color Harmonies of #53DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DA30

Black with #53DA30

Text Example


Text Example

White with #53DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,218,48); }

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

background-color css

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

 a { background-color: rgb(83,218,48); }

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

border-color css

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

 span { border-color: rgb(83,218,48); }

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