Html Css Color HEX #3FD201 Kelly Green

📋 copy color: '#3FD201'

red 63 ◦ green 210 ◦ blue 1

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

Shades of Kelly Green #3FD201

Tints of Kelly Green #3FD201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 76.64%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 22.99%
G = 76.64%
B = 0.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#3FD201 (or 0x3FD201) is known color: Kelly Green. HEX triplet: 3F, D2 and 01. RGB value is (63,210,1). Sum of RGB (Red+Green+Blue) = 63+210+1=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD201 is #C02DFE. Grayscale: #8E8E8E. Windows color (decimal): -12594687 or 119359. OLE color: 119359.

HSL color Cylindrical-coordinate representation of color #3FD201: hue angle of 102.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FD201 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 210 1 -
CMYK 0.70 0 1.00 0.18
HSL 102.2º 0.99% 0.41% -
HSV(B) 102.2º 1% 0.82% -
XYZ 25.1 47.15 7.81 -
YUV 142.22 48.3 71.49 -
System Red Green Blue C M Y K H S L
Decimal 63 210 1 0.70 0 1.00 0.18 102.2 0.99 0.41
Hex 3F D2 1 46 0 64 12 66 63 29
Octal 77 322 1 106 0 144 22 146 143 51
Binary 111111 11010010 1 1000110 0 1100100 10010 1100110 1100011 101001

Color Harmonies of #3FD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD201

Black with #3FD201

Text Example


Text Example

White with #3FD201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,210,1); }

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

background-color css

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

 a { background-color: rgb(63,210,1); }

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

border-color css

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

 span { border-color: rgb(63,210,1); }

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