Html Css Color HEX #53A21B Limeade

📋 copy color: '#53A21B'

red 83 ◦ green 162 ◦ blue 27

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

Shades of Limeade #53A21B

Tints of Limeade #53A21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 59.56%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 30.51%
G = 59.56%
B = 9.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#53A21B (or 0x53A21B) is known color: Limeade. HEX triplet: 53, A2 and 1B. RGB value is (83,162,27). Sum of RGB (Red+Green+Blue) = 83+162+27=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #53A21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A21B is #AC5DE4. Grayscale: #7B7B7B. Windows color (decimal): -11296229 or 1811027. OLE color: 1811027.

HSL color Cylindrical-coordinate representation of color #53A21B: hue angle of 95.11º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53A21B is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 27 -
CMYK 0.49 0 0.83 0.36
HSL 95.11º 0.71% 0.37% -
HSV(B) 95.11º 0.83% 0.64% -
XYZ 16.69 27.76 5.52 -
YUV 122.99 73.83 99.48 -
System Red Green Blue C M Y K H S L
Decimal 83 162 27 0.49 0 0.83 0.36 95.11 0.71 0.37
Hex 53 A2 1B 31 0 53 24 5F 47 25
Octal 123 242 33 61 0 123 44 137 107 45
Binary 1010011 10100010 11011 110001 0 1010011 100100 1011111 1000111 100101

Color Harmonies of #53A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A21B

Black with #53A21B

Text Example


Text Example

White with #53A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,27); }

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

background-color css

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

 a { background-color: rgb(83,162,27); }

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

border-color css

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

 span { border-color: rgb(83,162,27); }

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