Html Css Color HEX #2FBA11 Kelly Green

📋 copy color: '#2FBA11'

red 47 ◦ green 186 ◦ blue 17

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

Shades of Kelly Green #2FBA11

Tints of Kelly Green #2FBA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.4%

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 18.8%
G = 74.4%
B = 6.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#2FBA11 (or 0x2FBA11) is known color: Kelly Green. HEX triplet: 2F, BA and 11. RGB value is (47,186,17). Sum of RGB (Red+Green+Blue) = 47+186+17=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA11 is #D045EE. Grayscale: #7D7D7D. Windows color (decimal): -13649391 or 1161775. OLE color: 1161775.

HSL color Cylindrical-coordinate representation of color #2FBA11: hue angle of 109.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FBA11 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 17 -
CMYK 0.75 0 0.91 0.27
HSL 109.35º 0.83% 0.4% -
HSV(B) 109.35º 0.91% 0.73% -
XYZ 18.83 35.76 6.44 -
YUV 125.17 66.95 72.24 -
System Red Green Blue C M Y K H S L
Decimal 47 186 17 0.75 0 0.91 0.27 109.35 0.83 0.4
Hex 2F BA 11 4B 0 5B 1B 6D 53 28
Octal 57 272 21 113 0 133 33 155 123 50
Binary 101111 10111010 10001 1001011 0 1011011 11011 1101101 1010011 101000

Color Harmonies of #2FBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA11

Black with #2FBA11

Text Example


Text Example

White with #2FBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,17); }

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

background-color css

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

 a { background-color: rgb(47,186,17); }

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

border-color css

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

 span { border-color: rgb(47,186,17); }

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