Html Css Color HEX #53D236 Lime Green

📋 copy color: '#53D236'

red 83 ◦ green 210 ◦ blue 54

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

Shades of Lime Green #53D236

Tints of Lime Green #53D236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 23.92%
G = 60.52%
B = 15.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#53D236 (or 0x53D236) is known color: Lime Green. HEX triplet: 53, D2 and 36. RGB value is (83,210,54). Sum of RGB (Red+Green+Blue) = 83+210+54=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #53D236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D236 is #AC2DC9. Grayscale: #9A9A9A. Windows color (decimal): -11283914 or 3592787. OLE color: 3592787.

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

Color convert

RGB 83 210 54 -
CMYK 0.60 0 0.74 0.18
HSL 108.85º 0.63% 0.52% -
HSV(B) 108.85º 0.74% 0.82% -
XYZ 27.28 48.2 11.36 -
YUV 154.24 71.42 77.18 -
System Red Green Blue C M Y K H S L
Decimal 83 210 54 0.60 0 0.74 0.18 108.85 0.63 0.52
Hex 53 D2 36 3C 0 4A 12 6D 3F 34
Octal 123 322 66 74 0 112 22 155 77 64
Binary 1010011 11010010 110110 111100 0 1001010 10010 1101101 111111 110100

Color Harmonies of #53D236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D236

Black with #53D236

Text Example


Text Example

White with #53D236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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