Html Css Color HEX #2FC60F Kelly Green

📋 copy color: '#2FC60F'

red 47 ◦ green 198 ◦ blue 15

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

Shades of Kelly Green #2FC60F

Tints of Kelly Green #2FC60F

RGB

 RED value IS 47 (18.75% from 255) = 18.08%

 GREEN value IS 198 (77.73% from 255) = 76.15%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 18.08%
G = 76.15%
B = 5.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2FC60F (or 0x2FC60F) is known color: Kelly Green. HEX triplet: 2F, C6 and 0F. RGB value is (47,198,15). Sum of RGB (Red+Green+Blue) = 47+198+15=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC60F is #D039F0. Grayscale: #848484. Windows color (decimal): -13646321 or 1033775. OLE color: 1033775.

HSL color Cylindrical-coordinate representation of color #2FC60F: hue angle of 109.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC60F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 15 -
CMYK 0.76 0 0.92 0.22
HSL 109.51º 0.86% 0.42% -
HSV(B) 109.51º 0.92% 0.78% -
XYZ 21.45 41.03 7.24 -
YUV 131.99 61.97 67.38 -
System Red Green Blue C M Y K H S L
Decimal 47 198 15 0.76 0 0.92 0.22 109.51 0.86 0.42
Hex 2F C6 F 4C 0 5C 16 6E 56 2A
Octal 57 306 17 114 0 134 26 156 126 52
Binary 101111 11000110 1111 1001100 0 1011100 10110 1101110 1010110 101010

Color Harmonies of #2FC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC60F

Black with #2FC60F

Text Example


Text Example

White with #2FC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC60F; }

 p { color: rgb(47,198,15); }

 H1.HeaderClassName
 {
   color: #2FC60F;
 }
 .AnyTagClassName
 {
   color: #2FC60F;
 }
</style>

background-color css

<style>
 a { background-color: #2FC60F; }

 a { background-color: rgb(47,198,15); }

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

border-color css

<style>
 span { border-color: #2FC60F; }

 span { border-color: rgb(47,198,15); }

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