Html Css Color HEX #2FC20F Kelly Green

📋 copy color: '#2FC20F'

red 47 ◦ green 194 ◦ blue 15

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

Shades of Kelly Green #2FC20F

Tints of Kelly Green #2FC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.78%

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

R = 18.36%
G = 75.78%
B = 5.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#2FC20F (or 0x2FC20F) is known color: Kelly Green. HEX triplet: 2F, C2 and 0F. RGB value is (47,194,15). Sum of RGB (Red+Green+Blue) = 47+194+15=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC20F is #D03DF0. Grayscale: #828282. Windows color (decimal): -13647345 or 1032751. OLE color: 1032751.

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

Color convert

RGB 47 194 15 -
CMYK 0.76 0 0.92 0.24
HSL 109.27º 0.86% 0.41% -
HSV(B) 109.27º 0.92% 0.76% -
XYZ 20.55 39.22 6.94 -
YUV 129.64 63.3 69.05 -
System Red Green Blue C M Y K H S L
Decimal 47 194 15 0.76 0 0.92 0.24 109.27 0.86 0.41
Hex 2F C2 F 4C 0 5C 18 6D 56 29
Octal 57 302 17 114 0 134 30 155 126 51
Binary 101111 11000010 1111 1001100 0 1011100 11000 1101101 1010110 101001

Color Harmonies of #2FC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC20F

Black with #2FC20F

Text Example


Text Example

White with #2FC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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