Html Css Color HEX #2FC80F Kelly Green

📋 copy color: '#2FC80F'

red 47 ◦ green 200 ◦ blue 15

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

Shades of Kelly Green #2FC80F

Tints of Kelly Green #2FC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 76.34%

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

R = 17.94%
G = 76.34%
B = 5.73%

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

#2FC80F (or 0x2FC80F) is known color: Kelly Green. HEX triplet: 2F, C8 and 0F. RGB value is (47,200,15). Sum of RGB (Red+Green+Blue) = 47+200+15=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 200 (78.52% from 255 or 76.34% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC80F is #D037F0. Grayscale: #858585. Windows color (decimal): -13645809 or 1034287. OLE color: 1034287.

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

Color convert

RGB 47 200 15 -
CMYK 0.76 0 0.92 0.22
HSL 109.62º 0.86% 0.42% -
HSV(B) 109.62º 0.93% 0.78% -
XYZ 21.91 41.95 7.39 -
YUV 133.16 61.31 66.54 -
System Red Green Blue C M Y K H S L
Decimal 47 200 15 0.76 0 0.92 0.22 109.62 0.86 0.42
Hex 2F C8 F 4C 0 5C 16 6E 56 2A
Octal 57 310 17 114 0 134 26 156 126 52
Binary 101111 11001000 1111 1001100 0 1011100 10110 1101110 1010110 101010

Color Harmonies of #2FC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC80F

Black with #2FC80F

Text Example


Text Example

White with #2FC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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