Html Css Color HEX #5C940E Limeade

📋 copy color: '#5C940E'

red 92 ◦ green 148 ◦ blue 14

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

Shades of Limeade #5C940E

Tints of Limeade #5C940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 36.22%
G = 58.27%
B = 5.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#5C940E (or 0x5C940E) is known color: Limeade. HEX triplet: 5C, 94 and 0E. RGB value is (92,148,14). Sum of RGB (Red+Green+Blue) = 92+148+14=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #5C940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C940E is #A36BF1. Grayscale: #747474. Windows color (decimal): -10710002 or 955484. OLE color: 955484.

HSL color Cylindrical-coordinate representation of color #5C940E: hue angle of 85.07º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C940E is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 148 14 -
CMYK 0.38 0 0.91 0.42
HSL 85.07º 0.83% 0.32% -
HSV(B) 85.07º 0.91% 0.58% -
XYZ 15.08 23.49 4.15 -
YUV 115.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 92 148 14 0.38 0 0.91 0.42 85.07 0.83 0.32
Hex 5C 94 E 26 0 5B 2A 55 53 20
Octal 134 224 16 46 0 133 52 125 123 40
Binary 1011100 10010100 1110 100110 0 1011011 101010 1010101 1010011 100000

Color Harmonies of #5C940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C940E

Black with #5C940E

Text Example


Text Example

White with #5C940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,148,14); }

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

background-color css

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

 a { background-color: rgb(92,148,14); }

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

border-color css

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

 span { border-color: rgb(92,148,14); }

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