Html Css Color HEX #53D830 Lime Green

📋 copy color: '#53D830'

red 83 ◦ green 216 ◦ blue 48

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

Shades of Lime Green #53D830

Tints of Lime Green #53D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.25%

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

R = 23.92%
G = 62.25%
B = 13.83%

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

#53D830 (or 0x53D830) is known color: Lime Green. HEX triplet: 53, D8 and 30. RGB value is (83,216,48). Sum of RGB (Red+Green+Blue) = 83+216+48=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #53D830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D830 is #AC27CF. Grayscale: #9D9D9D. Windows color (decimal): -11282384 or 3201107. OLE color: 3201107.

HSL color Cylindrical-coordinate representation of color #53D830: hue angle of 107.5º degrees, saturation: 0.68, 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 #53D830 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 48 -
CMYK 0.62 0 0.78 0.15
HSL 107.5º 0.68% 0.52% -
HSV(B) 107.5º 0.78% 0.85% -
XYZ 28.66 51.16 11.16 -
YUV 157.08 66.44 75.16 -
System Red Green Blue C M Y K H S L
Decimal 83 216 48 0.62 0 0.78 0.15 107.5 0.68 0.52
Hex 53 D8 30 3E 0 4E F 6C 44 34
Octal 123 330 60 76 0 116 17 154 104 64
Binary 1010011 11011000 110000 111110 0 1001110 1111 1101100 1000100 110100

Color Harmonies of #53D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D830

Black with #53D830

Text Example


Text Example

White with #53D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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