Html Css Color HEX #2FBA06 Kelly Green

📋 copy color: '#2FBA06'

red 47 ◦ green 186 ◦ blue 6

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

Shades of Kelly Green #2FBA06

Tints of Kelly Green #2FBA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 19.67%
G = 77.82%
B = 2.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#2FBA06 (or 0x2FBA06) is known color: Kelly Green. HEX triplet: 2F, BA and 06. RGB value is (47,186,6). Sum of RGB (Red+Green+Blue) = 47+186+6=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA06 is #D045F9. Grayscale: #7C7C7C. Windows color (decimal): -13649402 or 440879. OLE color: 440879.

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

Color convert

RGB 47 186 6 -
CMYK 0.75 0 0.97 0.27
HSL 106.33º 0.94% 0.38% -
HSV(B) 106.33º 0.97% 0.73% -
XYZ 18.76 35.74 6.08 -
YUV 123.92 61.45 73.14 -
System Red Green Blue C M Y K H S L
Decimal 47 186 6 0.75 0 0.97 0.27 106.33 0.94 0.38
Hex 2F BA 6 4B 0 61 1B 6A 5E 26
Octal 57 272 6 113 0 141 33 152 136 46
Binary 101111 10111010 110 1001011 0 1100001 11011 1101010 1011110 100110

Color Harmonies of #2FBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA06

Black with #2FBA06

Text Example


Text Example

White with #2FBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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