Html Css Color HEX #539425 Limeade

📋 copy color: '#539425'

red 83 ◦ green 148 ◦ blue 37

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

Shades of Limeade #539425

Tints of Limeade #539425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 30.97%
G = 55.22%
B = 13.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#539425 (or 0x539425) is known color: Limeade. HEX triplet: 53, 94 and 25. RGB value is (83,148,37). Sum of RGB (Red+Green+Blue) = 83+148+37=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #539425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539425 is #AC6BDA. Grayscale: #747474. Windows color (decimal): -11299803 or 2462803. OLE color: 2462803.

HSL color Cylindrical-coordinate representation of color #539425: hue angle of 95.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #539425 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 37 -
CMYK 0.44 0 0.75 0.42
HSL 95.14º 0.6% 0.36% -
HSV(B) 95.14º 0.75% 0.58% -
XYZ 14.49 23.15 5.46 -
YUV 115.91 83.47 104.53 -
System Red Green Blue C M Y K H S L
Decimal 83 148 37 0.44 0 0.75 0.42 95.14 0.6 0.36
Hex 53 94 25 2C 0 4B 2A 5F 3C 24
Octal 123 224 45 54 0 113 52 137 74 44
Binary 1010011 10010100 100101 101100 0 1001011 101010 1011111 111100 100100

Color Harmonies of #539425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539425

Black with #539425

Text Example


Text Example

White with #539425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539425; }

 p { color: rgb(83,148,37); }

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

background-color css

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

 a { background-color: rgb(83,148,37); }

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

border-color css

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

 span { border-color: rgb(83,148,37); }

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