Html Css Color HEX #67A428 Limeade

📋 copy color: '#67A428'

red 103 ◦ green 164 ◦ blue 40

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

Shades of Limeade #67A428

Tints of Limeade #67A428

RGB

 RED value IS 103 (40.63% from 255) = 33.55%

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 33.55%
G = 53.42%
B = 13.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#67A428 (or 0x67A428) is known color: Limeade. HEX triplet: 67, A4 and 28. RGB value is (103,164,40). Sum of RGB (Red+Green+Blue) = 103+164+40=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #67A428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A428 is #985BD7. Grayscale: #848484. Windows color (decimal): -9984984 or 2663527. OLE color: 2663527.

HSL color Cylindrical-coordinate representation of color #67A428: hue angle of 89.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67A428 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 164 40 -
CMYK 0.37 0 0.76 0.36
HSL 89.52º 0.61% 0.4% -
HSV(B) 89.52º 0.76% 0.64% -
XYZ 19.25 29.59 6.7 -
YUV 131.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 103 164 40 0.37 0 0.76 0.36 89.52 0.61 0.4
Hex 67 A4 28 25 0 4C 24 5A 3D 28
Octal 147 244 50 45 0 114 44 132 75 50
Binary 1100111 10100100 101000 100101 0 1001100 100100 1011010 111101 101000

Color Harmonies of #67A428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A428

Black with #67A428

Text Example


Text Example

White with #67A428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A428; }

 p { color: rgb(103,164,40); }

 H1.HeaderClassName
 {
   color: #67A428;
 }
 .AnyTagClassName
 {
   color: #67A428;
 }
</style>

background-color css

<style>
 a { background-color: #67A428; }

 a { background-color: rgb(103,164,40); }

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

border-color css

<style>
 span { border-color: #67A428; }

 span { border-color: rgb(103,164,40); }

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