Html Css Color HEX #3FC010 Kelly Green

📋 copy color: '#3FC010'

red 63 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #3FC010

Tints of Kelly Green #3FC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.85%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 23.25%
G = 70.85%
B = 5.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3FC010 (or 0x3FC010) is known color: Kelly Green. HEX triplet: 3F, C0 and 10. RGB value is (63,192,16). Sum of RGB (Red+Green+Blue) = 63+192+16=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC010 is #C03FEF. Grayscale: #858585. Windows color (decimal): -12599280 or 1097791. OLE color: 1097791.

HSL color Cylindrical-coordinate representation of color #3FC010: hue angle of 103.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FC010 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 192 16 -
CMYK 0.67 0 0.92 0.25
HSL 103.98º 0.85% 0.41% -
HSV(B) 103.98º 0.92% 0.75% -
XYZ 20.99 38.79 6.87 -
YUV 133.37 61.76 77.81 -
System Red Green Blue C M Y K H S L
Decimal 63 192 16 0.67 0 0.92 0.25 103.98 0.85 0.41
Hex 3F C0 10 43 0 5C 19 68 55 29
Octal 77 300 20 103 0 134 31 150 125 51
Binary 111111 11000000 10000 1000011 0 1011100 11001 1101000 1010101 101001

Color Harmonies of #3FC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC010

Black with #3FC010

Text Example


Text Example

White with #3FC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,192,16); }

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

background-color css

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

 a { background-color: rgb(63,192,16); }

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

border-color css

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

 span { border-color: rgb(63,192,16); }

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