Html Css Color HEX #3FCF12 Kelly Green

📋 copy color: '#3FCF12'

red 63 ◦ green 207 ◦ blue 18

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

Shades of Kelly Green #3FCF12

Tints of Kelly Green #3FCF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.88%

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

R = 21.88%
G = 71.88%
B = 6.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#3FCF12 (or 0x3FCF12) is known color: Kelly Green. HEX triplet: 3F, CF and 12. RGB value is (63,207,18). Sum of RGB (Red+Green+Blue) = 63+207+18=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCF12 is #C030ED. Grayscale: #8F8F8F. Windows color (decimal): -12595438 or 1232703. OLE color: 1232703.

HSL color Cylindrical-coordinate representation of color #3FCF12: hue angle of 105.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FCF12 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 18 -
CMYK 0.70 0 0.91 0.19
HSL 105.71º 0.84% 0.44% -
HSV(B) 105.71º 0.91% 0.81% -
XYZ 24.47 45.73 8.11 -
YUV 142.4 57.79 71.37 -
System Red Green Blue C M Y K H S L
Decimal 63 207 18 0.70 0 0.91 0.19 105.71 0.84 0.44
Hex 3F CF 12 46 0 5B 13 6A 54 2C
Octal 77 317 22 106 0 133 23 152 124 54
Binary 111111 11001111 10010 1000110 0 1011011 10011 1101010 1010100 101100

Color Harmonies of #3FCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF12

Black with #3FCF12

Text Example


Text Example

White with #3FCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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