Html Css Color HEX #53D238 Lime Green

📋 copy color: '#53D238'

red 83 ◦ green 210 ◦ blue 56

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

Shades of Lime Green #53D238

Tints of Lime Green #53D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.17%

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 23.78%
G = 60.17%
B = 16.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#53D238 (or 0x53D238) is known color: Lime Green. HEX triplet: 53, D2 and 38. RGB value is (83,210,56). Sum of RGB (Red+Green+Blue) = 83+210+56=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #53D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D238 is #AC2DC7. Grayscale: #9A9A9A. Windows color (decimal): -11283912 or 3723859. OLE color: 3723859.

HSL color Cylindrical-coordinate representation of color #53D238: hue angle of 109.48º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53D238 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 56 -
CMYK 0.60 0 0.73 0.18
HSL 109.48º 0.63% 0.52% -
HSV(B) 109.48º 0.73% 0.82% -
XYZ 27.33 48.22 11.61 -
YUV 154.47 72.42 77.02 -
System Red Green Blue C M Y K H S L
Decimal 83 210 56 0.60 0 0.73 0.18 109.48 0.63 0.52
Hex 53 D2 38 3C 0 49 12 6D 3F 34
Octal 123 322 70 74 0 111 22 155 77 64
Binary 1010011 11010010 111000 111100 0 1001001 10010 1101101 111111 110100

Color Harmonies of #53D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D238

Black with #53D238

Text Example


Text Example

White with #53D238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,56); }

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

background-color css

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

 a { background-color: rgb(83,210,56); }

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

border-color css

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

 span { border-color: rgb(83,210,56); }

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