Html Css Color HEX #3FB000 Kelly Green

📋 copy color: '#3FB000'

red 63 ◦ green 176 ◦ blue 0

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

Shades of Kelly Green #3FB000

Tints of Kelly Green #3FB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.64%

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

R = 26.36%
G = 73.64%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#3FB000 (or 0x3FB000) is known color: Kelly Green. HEX triplet: 3F, B0 and 00. RGB value is (63,176,0). Sum of RGB (Red+Green+Blue) = 63+176+0=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FB000 is #C04FFF. Grayscale: #7A7A7A. Windows color (decimal): -12603392 or 45119. OLE color: 45119.

HSL color Cylindrical-coordinate representation of color #3FB000: hue angle of 98.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FB000 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 176 0 -
CMYK 0.64 0 1 0.31
HSL 98.52º 1% 0.35% -
HSV(B) 98.52º 1% 0.69% -
XYZ 17.58 32.11 5.27 -
YUV 122.15 59.06 85.81 -
System Red Green Blue C M Y K H S L
Decimal 63 176 0 0.64 0 1 0.31 98.52 1 0.35
Hex 3F B0 0 40 0 64 1F 63 64 23
Octal 77 260 0 100 0 144 37 143 144 43
Binary 111111 10110000 0 1000000 0 1100100 11111 1100011 1100100 100011

Color Harmonies of #3FB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB000

Black with #3FB000

Text Example


Text Example

White with #3FB000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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