Html Css Color HEX #3FD612 Kelly Green

📋 copy color: '#3FD612'

red 63 ◦ green 214 ◦ blue 18

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

Shades of Kelly Green #3FD612

Tints of Kelly Green #3FD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 21.36%
G = 72.54%
B = 6.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#3FD612 (or 0x3FD612) is known color: Kelly Green. HEX triplet: 3F, D6 and 12. RGB value is (63,214,18). Sum of RGB (Red+Green+Blue) = 63+214+18=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD612 is #C029ED. Grayscale: #939393. Windows color (decimal): -12593646 or 1234495. OLE color: 1234495.

HSL color Cylindrical-coordinate representation of color #3FD612: hue angle of 106.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FD612 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 214 18 -
CMYK 0.71 0 0.92 0.16
HSL 106.22º 0.84% 0.45% -
HSV(B) 106.22º 0.92% 0.84% -
XYZ 26.21 49.19 8.69 -
YUV 146.51 55.47 68.44 -
System Red Green Blue C M Y K H S L
Decimal 63 214 18 0.71 0 0.92 0.16 106.22 0.84 0.45
Hex 3F D6 12 47 0 5C 10 6A 54 2D
Octal 77 326 22 107 0 134 20 152 124 55
Binary 111111 11010110 10010 1000111 0 1011100 10000 1101010 1010100 101101

Color Harmonies of #3FD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD612

Black with #3FD612

Text Example


Text Example

White with #3FD612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,214,18); }

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

background-color css

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

 a { background-color: rgb(63,214,18); }

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

border-color css

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

 span { border-color: rgb(63,214,18); }

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