Html Css Color HEX #5CA330 Limeade

📋 copy color: '#5CA330'

red 92 ◦ green 163 ◦ blue 48

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

Shades of Limeade #5CA330

Tints of Limeade #5CA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.8%

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

R = 30.36%
G = 53.8%
B = 15.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#5CA330 (or 0x5CA330) is known color: Limeade. HEX triplet: 5C, A3 and 30. RGB value is (92,163,48). Sum of RGB (Red+Green+Blue) = 92+163+48=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA330 is #A35CCF. Grayscale: #818181. Windows color (decimal): -10706128 or 3187548. OLE color: 3187548.

HSL color Cylindrical-coordinate representation of color #5CA330: hue angle of 97.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CA330 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 163 48 -
CMYK 0.44 0 0.71 0.36
HSL 97.04º 0.55% 0.41% -
HSV(B) 97.04º 0.71% 0.64% -
XYZ 18.04 28.68 7.38 -
YUV 128.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 92 163 48 0.44 0 0.71 0.36 97.04 0.55 0.41
Hex 5C A3 30 2C 0 47 24 61 37 29
Octal 134 243 60 54 0 107 44 141 67 51
Binary 1011100 10100011 110000 101100 0 1000111 100100 1100001 110111 101001

Color Harmonies of #5CA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA330

Black with #5CA330

Text Example


Text Example

White with #5CA330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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