Html Css Color HEX #5CA930 Limeade

📋 copy color: '#5CA930'

red 92 ◦ green 169 ◦ blue 48

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

Shades of Limeade #5CA930

Tints of Limeade #5CA930

RGB

 RED value IS 92 (36.33% from 255) = 29.77%

 GREEN value IS 169 (66.41% from 255) = 54.69%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 29.77%
G = 54.69%
B = 15.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#5CA930 (or 0x5CA930) is known color: Limeade. HEX triplet: 5C, A9 and 30. RGB value is (92,169,48). Sum of RGB (Red+Green+Blue) = 92+169+48=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA930 is #A356CF. Grayscale: #848484. Windows color (decimal): -10704592 or 3189084. OLE color: 3189084.

HSL color Cylindrical-coordinate representation of color #5CA930: hue angle of 98.18º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CA930 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 169 48 -
CMYK 0.46 0 0.72 0.34
HSL 98.18º 0.56% 0.43% -
HSV(B) 98.18º 0.72% 0.66% -
XYZ 19.14 30.86 7.75 -
YUV 132.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 92 169 48 0.46 0 0.72 0.34 98.18 0.56 0.43
Hex 5C A9 30 2E 0 48 22 62 38 2B
Octal 134 251 60 56 0 110 42 142 70 53
Binary 1011100 10101001 110000 101110 0 1001000 100010 1100010 111000 101011

Color Harmonies of #5CA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA930

Black with #5CA930

Text Example


Text Example

White with #5CA930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,169,48); }

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

background-color css

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

 a { background-color: rgb(92,169,48); }

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

border-color css

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

 span { border-color: rgb(92,169,48); }

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