Html Css Color HEX #2FB10F Kelly Green

📋 copy color: '#2FB10F'

red 47 ◦ green 177 ◦ blue 15

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

Shades of Kelly Green #2FB10F

Tints of Kelly Green #2FB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 74.06%

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

R = 19.67%
G = 74.06%
B = 6.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#2FB10F (or 0x2FB10F) is known color: Kelly Green. HEX triplet: 2F, B1 and 0F. RGB value is (47,177,15). Sum of RGB (Red+Green+Blue) = 47+177+15=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB10F is #D04EF0. Grayscale: #787878. Windows color (decimal): -13651697 or 1028399. OLE color: 1028399.

HSL color Cylindrical-coordinate representation of color #2FB10F: hue angle of 108.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FB10F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 15 -
CMYK 0.73 0 0.92 0.31
HSL 108.15º 0.84% 0.38% -
HSV(B) 108.15º 0.92% 0.69% -
XYZ 16.98 32.08 5.75 -
YUV 119.66 68.93 76.17 -
System Red Green Blue C M Y K H S L
Decimal 47 177 15 0.73 0 0.92 0.31 108.15 0.84 0.38
Hex 2F B1 F 49 0 5C 1F 6C 54 26
Octal 57 261 17 111 0 134 37 154 124 46
Binary 101111 10110001 1111 1001001 0 1011100 11111 1101100 1010100 100110

Color Harmonies of #2FB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB10F

Black with #2FB10F

Text Example


Text Example

White with #2FB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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