Html Css Color HEX #5CA31E Limeade

📋 copy color: '#5CA31E'

red 92 ◦ green 163 ◦ blue 30

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

Shades of Limeade #5CA31E

Tints of Limeade #5CA31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 32.28%
G = 57.19%
B = 10.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#5CA31E (or 0x5CA31E) is known color: Limeade. HEX triplet: 5C, A3 and 1E. RGB value is (92,163,30). Sum of RGB (Red+Green+Blue) = 92+163+30=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA31E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA31E is #A35CE1. Grayscale: #7F7F7F. Windows color (decimal): -10706146 or 2007900. OLE color: 2007900.

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

Color convert

RGB 92 163 30 -
CMYK 0.44 0 0.82 0.36
HSL 92.03º 0.69% 0.38% -
HSV(B) 92.03º 0.82% 0.64% -
XYZ 17.75 28.56 5.81 -
YUV 126.61 73.48 103.31 -
System Red Green Blue C M Y K H S L
Decimal 92 163 30 0.44 0 0.82 0.36 92.03 0.69 0.38
Hex 5C A3 1E 2C 0 52 24 5C 45 26
Octal 134 243 36 54 0 122 44 134 105 46
Binary 1011100 10100011 11110 101100 0 1010010 100100 1011100 1000101 100110

Color Harmonies of #5CA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA31E

Black with #5CA31E

Text Example


Text Example

White with #5CA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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