Html Css Color HEX #54A525 Limeade

📋 copy color: '#54A525'

red 84 ◦ green 165 ◦ blue 37

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

Shades of Limeade #54A525

Tints of Limeade #54A525

RGB

 RED value IS 84 (33.2% from 255) = 29.37%

 GREEN value IS 165 (64.84% from 255) = 57.69%

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

R = 29.37%
G = 57.69%
B = 12.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#54A525 (or 0x54A525) is known color: Limeade. HEX triplet: 54, A5 and 25. RGB value is (84,165,37). Sum of RGB (Red+Green+Blue) = 84+165+37=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #54A525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A525 is #AB5ADA. Grayscale: #7E7E7E. Windows color (decimal): -11229915 or 2467156. OLE color: 2467156.

HSL color Cylindrical-coordinate representation of color #54A525: hue angle of 97.97º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54A525 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 37 -
CMYK 0.49 0 0.78 0.35
HSL 97.97º 0.63% 0.4% -
HSV(B) 97.97º 0.78% 0.65% -
XYZ 17.45 28.93 6.41 -
YUV 126.19 77.66 97.91 -
System Red Green Blue C M Y K H S L
Decimal 84 165 37 0.49 0 0.78 0.35 97.97 0.63 0.4
Hex 54 A5 25 31 0 4E 23 62 3F 28
Octal 124 245 45 61 0 116 43 142 77 50
Binary 1010100 10100101 100101 110001 0 1001110 100011 1100010 111111 101000

Color Harmonies of #54A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A525

Black with #54A525

Text Example


Text Example

White with #54A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A525; }

 p { color: rgb(84,165,37); }

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

background-color css

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

 a { background-color: rgb(84,165,37); }

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

border-color css

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

 span { border-color: rgb(84,165,37); }

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