Html Css Color HEX #68A133 Limeade

📋 copy color: '#68A133'

red 104 ◦ green 161 ◦ blue 51

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

Shades of Limeade #68A133

Tints of Limeade #68A133

RGB

 RED value IS 104 (41.02% from 255) = 32.91%

 GREEN value IS 161 (63.28% from 255) = 50.95%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 32.91%
G = 50.95%
B = 16.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#68A133 (or 0x68A133) is known color: Limeade. HEX triplet: 68, A1 and 33. RGB value is (104,161,51). Sum of RGB (Red+Green+Blue) = 104+161+51=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #68A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A133 is #975ECC. Grayscale: #838383. Windows color (decimal): -9920205 or 3383656. OLE color: 3383656.

HSL color Cylindrical-coordinate representation of color #68A133: hue angle of 91.09º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68A133 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 51 -
CMYK 0.35 0 0.68 0.37
HSL 91.09º 0.52% 0.42% -
HSV(B) 91.09º 0.68% 0.63% -
XYZ 19.05 28.67 7.66 -
YUV 131.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 104 161 51 0.35 0 0.68 0.37 91.09 0.52 0.42
Hex 68 A1 33 23 0 44 25 5B 34 2A
Octal 150 241 63 43 0 104 45 133 64 52
Binary 1101000 10100001 110011 100011 0 1000100 100101 1011011 110100 101010

Color Harmonies of #68A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A133

Black with #68A133

Text Example


Text Example

White with #68A133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A133; }

 p { color: rgb(104,161,51); }

 H1.HeaderClassName
 {
   color: #68A133;
 }
 .AnyTagClassName
 {
   color: #68A133;
 }
</style>

background-color css

<style>
 a { background-color: #68A133; }

 a { background-color: rgb(104,161,51); }

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

border-color css

<style>
 span { border-color: #68A133; }

 span { border-color: rgb(104,161,51); }

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