Html Css Color HEX #5CA41E Limeade

📋 copy color: '#5CA41E'

red 92 ◦ green 164 ◦ blue 30

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

Shades of Limeade #5CA41E

Tints of Limeade #5CA41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.34%

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

R = 32.17%
G = 57.34%
B = 10.49%

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

#5CA41E (or 0x5CA41E) is known color: Limeade. HEX triplet: 5C, A4 and 1E. RGB value is (92,164,30). Sum of RGB (Red+Green+Blue) = 92+164+30=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA41E is #A35BE1. Grayscale: #7F7F7F. Windows color (decimal): -10705890 or 2008156. OLE color: 2008156.

HSL color Cylindrical-coordinate representation of color #5CA41E: hue angle of 92.24º 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 #5CA41E is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 30 -
CMYK 0.44 0 0.82 0.36
HSL 92.24º 0.69% 0.38% -
HSV(B) 92.24º 0.82% 0.64% -
XYZ 17.92 28.92 5.87 -
YUV 127.2 73.15 102.9 -
System Red Green Blue C M Y K H S L
Decimal 92 164 30 0.44 0 0.82 0.36 92.24 0.69 0.38
Hex 5C A4 1E 2C 0 52 24 5C 45 26
Octal 134 244 36 54 0 122 44 134 105 46
Binary 1011100 10100100 11110 101100 0 1010010 100100 1011100 1000101 100110

Color Harmonies of #5CA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA41E

Black with #5CA41E

Text Example


Text Example

White with #5CA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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