Html Css Color HEX #3FD512 Kelly Green

📋 copy color: '#3FD512'

red 63 ◦ green 213 ◦ blue 18

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

Shades of Kelly Green #3FD512

Tints of Kelly Green #3FD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.45%

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

R = 21.43%
G = 72.45%
B = 6.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#3FD512 (or 0x3FD512) is known color: Kelly Green. HEX triplet: 3F, D5 and 12. RGB value is (63,213,18). Sum of RGB (Red+Green+Blue) = 63+213+18=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD512 is #C02AED. Grayscale: #929292. Windows color (decimal): -12593902 or 1234239. OLE color: 1234239.

HSL color Cylindrical-coordinate representation of color #3FD512: hue angle of 106.15º 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 #3FD512 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 18 -
CMYK 0.70 0 0.92 0.16
HSL 106.15º 0.84% 0.45% -
HSV(B) 106.15º 0.92% 0.84% -
XYZ 25.95 48.69 8.6 -
YUV 145.92 55.81 68.86 -
System Red Green Blue C M Y K H S L
Decimal 63 213 18 0.70 0 0.92 0.16 106.15 0.84 0.45
Hex 3F D5 12 46 0 5C 10 6A 54 2D
Octal 77 325 22 106 0 134 20 152 124 55
Binary 111111 11010101 10010 1000110 0 1011100 10000 1101010 1010100 101101

Color Harmonies of #3FD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD512

Black with #3FD512

Text Example


Text Example

White with #3FD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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