Html Css Color HEX #64AE30 Limeade

📋 copy color: '#64AE30'

red 100 ◦ green 174 ◦ blue 48

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

Shades of Limeade #64AE30

Tints of Limeade #64AE30

RGB

 RED value IS 100 (39.45% from 255) = 31.06%

 GREEN value IS 174 (68.36% from 255) = 54.04%

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 31.06%
G = 54.04%
B = 14.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#64AE30 (or 0x64AE30) is known color: Limeade. HEX triplet: 64, AE and 30. RGB value is (100,174,48). Sum of RGB (Red+Green+Blue) = 100+174+48=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE30 is #9B51CF. Grayscale: #898989. Windows color (decimal): -10179024 or 3190372. OLE color: 3190372.

HSL color Cylindrical-coordinate representation of color #64AE30: hue angle of 95.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64AE30 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 48 -
CMYK 0.43 0 0.72 0.32
HSL 95.24º 0.57% 0.44% -
HSV(B) 95.24º 0.72% 0.68% -
XYZ 20.93 33.19 8.1 -
YUV 137.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 100 174 48 0.43 0 0.72 0.32 95.24 0.57 0.44
Hex 64 AE 30 2B 0 48 20 5F 39 2C
Octal 144 256 60 53 0 110 40 137 71 54
Binary 1100100 10101110 110000 101011 0 1001000 100000 1011111 111001 101100

Color Harmonies of #64AE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE30

Black with #64AE30

Text Example


Text Example

White with #64AE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AE30; }

 p { color: rgb(100,174,48); }

 H1.HeaderClassName
 {
   color: #64AE30;
 }
 .AnyTagClassName
 {
   color: #64AE30;
 }
</style>

background-color css

<style>
 a { background-color: #64AE30; }

 a { background-color: rgb(100,174,48); }

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

border-color css

<style>
 span { border-color: #64AE30; }

 span { border-color: rgb(100,174,48); }

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