Html Css Color HEX #5CA234 Limeade

📋 copy color: '#5CA234'

red 92 ◦ green 162 ◦ blue 52

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

Shades of Limeade #5CA234

Tints of Limeade #5CA234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.94%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 30.07%
G = 52.94%
B = 16.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#5CA234 (or 0x5CA234) is known color: Limeade. HEX triplet: 5C, A2 and 34. RGB value is (92,162,52). Sum of RGB (Red+Green+Blue) = 92+162+52=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA234 is #A35DCB. Grayscale: #808080. Windows color (decimal): -10706380 or 3449436. OLE color: 3449436.

HSL color Cylindrical-coordinate representation of color #5CA234: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CA234 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 52 -
CMYK 0.43 0 0.68 0.36
HSL 98.18º 0.51% 0.42% -
HSV(B) 98.18º 0.68% 0.64% -
XYZ 17.95 28.36 7.78 -
YUV 128.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 92 162 52 0.43 0 0.68 0.36 98.18 0.51 0.42
Hex 5C A2 34 2B 0 44 24 62 33 2A
Octal 134 242 64 53 0 104 44 142 63 52
Binary 1011100 10100010 110100 101011 0 1000100 100100 1100010 110011 101010

Color Harmonies of #5CA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA234

Black with #5CA234

Text Example


Text Example

White with #5CA234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,162,52); }

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

background-color css

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

 a { background-color: rgb(92,162,52); }

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

border-color css

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

 span { border-color: rgb(92,162,52); }

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