Html Css Color HEX #53982B Limeade

📋 copy color: '#53982B'

red 83 ◦ green 152 ◦ blue 43

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

Shades of Limeade #53982B

Tints of Limeade #53982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 29.86%
G = 54.68%
B = 15.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#53982B (or 0x53982B) is known color: Limeade. HEX triplet: 53, 98 and 2B. RGB value is (83,152,43). Sum of RGB (Red+Green+Blue) = 83+152+43=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #53982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53982B is #AC67D4. Grayscale: #777777. Windows color (decimal): -11298773 or 2857043. OLE color: 2857043.

HSL color Cylindrical-coordinate representation of color #53982B: hue angle of 97.98º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53982B is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 43 -
CMYK 0.45 0 0.72 0.40
HSL 97.98º 0.56% 0.38% -
HSV(B) 97.98º 0.72% 0.6% -
XYZ 15.23 24.47 6.21 -
YUV 118.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 83 152 43 0.45 0 0.72 0.40 97.98 0.56 0.38
Hex 53 98 2B 2D 0 48 28 62 38 26
Octal 123 230 53 55 0 110 50 142 70 46
Binary 1010011 10011000 101011 101101 0 1001000 101000 1100010 111000 100110

Color Harmonies of #53982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53982B

Black with #53982B

Text Example


Text Example

White with #53982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53982B; }

 p { color: rgb(83,152,43); }

 H1.HeaderClassName
 {
   color: #53982B;
 }
 .AnyTagClassName
 {
   color: #53982B;
 }
</style>

background-color css

<style>
 a { background-color: #53982B; }

 a { background-color: rgb(83,152,43); }

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

border-color css

<style>
 span { border-color: #53982B; }

 span { border-color: rgb(83,152,43); }

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