Html Css Color HEX #3FAA00 Kelly Green

📋 copy color: '#3FAA00'

red 63 ◦ green 170 ◦ blue 0

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

Shades of Kelly Green #3FAA00

Tints of Kelly Green #3FAA00

RGB

 RED value IS 63 (25% from 255) = 27.04%

 GREEN value IS 170 (66.8% from 255) = 72.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.04%
G = 72.96%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#3FAA00 (or 0x3FAA00) is known color: Kelly Green. HEX triplet: 3F, AA and 00. RGB value is (63,170,0). Sum of RGB (Red+Green+Blue) = 63+170+0=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAA00 is #C055FF. Grayscale: #777777. Windows color (decimal): -12604928 or 43583. OLE color: 43583.

HSL color Cylindrical-coordinate representation of color #3FAA00: hue angle of 97.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FAA00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 0 -
CMYK 0.63 0 1 0.33
HSL 97.76º 1% 0.33% -
HSV(B) 97.76º 1% 0.67% -
XYZ 16.42 29.81 4.89 -
YUV 118.63 61.05 88.32 -
System Red Green Blue C M Y K H S L
Decimal 63 170 0 0.63 0 1 0.33 97.76 1 0.33
Hex 3F AA 0 3F 0 64 21 62 64 21
Octal 77 252 0 77 0 144 41 142 144 41
Binary 111111 10101010 0 111111 0 1100100 100001 1100010 1100100 100001

Color Harmonies of #3FAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA00

Black with #3FAA00

Text Example


Text Example

White with #3FAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FAA00; }

 p { color: rgb(63,170,0); }

 H1.HeaderClassName
 {
   color: #3FAA00;
 }
 .AnyTagClassName
 {
   color: #3FAA00;
 }
</style>

background-color css

<style>
 a { background-color: #3FAA00; }

 a { background-color: rgb(63,170,0); }

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

border-color css

<style>
 span { border-color: #3FAA00; }

 span { border-color: rgb(63,170,0); }

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