Html Css Color HEX #2FC80B Kelly Green

📋 copy color: '#2FC80B'

red 47 ◦ green 200 ◦ blue 11

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

Shades of Kelly Green #2FC80B

Tints of Kelly Green #2FC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 18.22%
G = 77.52%
B = 4.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2FC80B (or 0x2FC80B) is known color: Kelly Green. HEX triplet: 2F, C8 and 0B. RGB value is (47,200,11). Sum of RGB (Red+Green+Blue) = 47+200+11=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC80B is #D037F4. Grayscale: #858585. Windows color (decimal): -13645813 or 772143. OLE color: 772143.

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

Color convert

RGB 47 200 11 -
CMYK 0.76 0 0.94 0.22
HSL 108.57º 0.9% 0.41% -
HSV(B) 108.57º 0.95% 0.78% -
XYZ 21.89 41.94 7.26 -
YUV 132.71 59.31 66.87 -
System Red Green Blue C M Y K H S L
Decimal 47 200 11 0.76 0 0.94 0.22 108.57 0.9 0.41
Hex 2F C8 B 4C 0 5E 16 6D 5A 29
Octal 57 310 13 114 0 136 26 155 132 51
Binary 101111 11001000 1011 1001100 0 1011110 10110 1101101 1011010 101001

Color Harmonies of #2FC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC80B

Black with #2FC80B

Text Example


Text Example

White with #2FC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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