Html Css Color HEX #5A952B Limeade

📋 copy color: '#5A952B'

red 90 ◦ green 149 ◦ blue 43

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

Shades of Limeade #5A952B

Tints of Limeade #5A952B

RGB

 RED value IS 90 (35.55% from 255) = 31.91%

 GREEN value IS 149 (58.59% from 255) = 52.84%

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

R = 31.91%
G = 52.84%
B = 15.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#5A952B (or 0x5A952B) is known color: Limeade. HEX triplet: 5A, 95 and 2B. RGB value is (90,149,43). Sum of RGB (Red+Green+Blue) = 90+149+43=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #5A952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A952B is #A56AD4. Grayscale: #777777. Windows color (decimal): -10840789 or 2856282. OLE color: 2856282.

HSL color Cylindrical-coordinate representation of color #5A952B: hue angle of 93.4º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A952B is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 149 43 -
CMYK 0.40 0 0.71 0.42
HSL 93.4º 0.55% 0.38% -
HSV(B) 93.4º 0.71% 0.58% -
XYZ 15.4 23.84 6.08 -
YUV 119.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 90 149 43 0.40 0 0.71 0.42 93.4 0.55 0.38
Hex 5A 95 2B 28 0 47 2A 5D 37 26
Octal 132 225 53 50 0 107 52 135 67 46
Binary 1011010 10010101 101011 101000 0 1000111 101010 1011101 110111 100110

Color Harmonies of #5A952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A952B

Black with #5A952B

Text Example


Text Example

White with #5A952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A952B; }

 p { color: rgb(90,149,43); }

 H1.HeaderClassName
 {
   color: #5A952B;
 }
 .AnyTagClassName
 {
   color: #5A952B;
 }
</style>

background-color css

<style>
 a { background-color: #5A952B; }

 a { background-color: rgb(90,149,43); }

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

border-color css

<style>
 span { border-color: #5A952B; }

 span { border-color: rgb(90,149,43); }

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