Html Css Color HEX #2FB115 Kelly Green

📋 copy color: '#2FB115'

red 47 ◦ green 177 ◦ blue 21

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

Shades of Kelly Green #2FB115

Tints of Kelly Green #2FB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 19.18%
G = 72.24%
B = 8.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#2FB115 (or 0x2FB115) is known color: Kelly Green. HEX triplet: 2F, B1 and 15. RGB value is (47,177,21). Sum of RGB (Red+Green+Blue) = 47+177+21=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB115 is #D04EEA. Grayscale: #787878. Windows color (decimal): -13651691 or 1421615. OLE color: 1421615.

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

Color convert

RGB 47 177 21 -
CMYK 0.73 0 0.88 0.31
HSL 110º 0.79% 0.39% -
HSV(B) 110º 0.88% 0.69% -
XYZ 17.03 32.1 6.01 -
YUV 120.35 71.93 75.68 -
System Red Green Blue C M Y K H S L
Decimal 47 177 21 0.73 0 0.88 0.31 110 0.79 0.39
Hex 2F B1 15 49 0 58 1F 6E 4F 27
Octal 57 261 25 111 0 130 37 156 117 47
Binary 101111 10110001 10101 1001001 0 1011000 11111 1101110 1001111 100111

Color Harmonies of #2FB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB115

Black with #2FB115

Text Example


Text Example

White with #2FB115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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