Html Css Color HEX #3FDD13 Kelly Green

📋 copy color: '#3FDD13'

red 63 ◦ green 221 ◦ blue 19

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

Shades of Kelly Green #3FDD13

Tints of Kelly Green #3FDD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.94%

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 20.79%
G = 72.94%
B = 6.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3FDD13 (or 0x3FDD13) is known color: Kelly Green. HEX triplet: 3F, DD and 13. RGB value is (63,221,19). Sum of RGB (Red+Green+Blue) = 63+221+19=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDD13 is #C022EC. Grayscale: #979797. Windows color (decimal): -12591853 or 1301823. OLE color: 1301823.

HSL color Cylindrical-coordinate representation of color #3FDD13: hue angle of 106.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FDD13 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 221 19 -
CMYK 0.71 0 0.91 0.13
HSL 106.93º 0.84% 0.47% -
HSV(B) 106.93º 0.91% 0.87% -
XYZ 28.02 52.82 9.33 -
YUV 150.73 53.65 65.43 -
System Red Green Blue C M Y K H S L
Decimal 63 221 19 0.71 0 0.91 0.13 106.93 0.84 0.47
Hex 3F DD 13 47 0 5B D 6B 54 2F
Octal 77 335 23 107 0 133 15 153 124 57
Binary 111111 11011101 10011 1000111 0 1011011 1101 1101011 1010100 101111

Color Harmonies of #3FDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDD13

Black with #3FDD13

Text Example


Text Example

White with #3FDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,221,19); }

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

background-color css

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

 a { background-color: rgb(63,221,19); }

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

border-color css

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

 span { border-color: rgb(63,221,19); }

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