Html Css Color HEX #2FB006 Kelly Green

📋 copy color: '#2FB006'

red 47 ◦ green 176 ◦ blue 6

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

Shades of Kelly Green #2FB006

Tints of Kelly Green #2FB006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 76.86%

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

R = 20.52%
G = 76.86%
B = 2.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#2FB006 (or 0x2FB006) is known color: Kelly Green. HEX triplet: 2F, B0 and 06. RGB value is (47,176,6). Sum of RGB (Red+Green+Blue) = 47+176+6=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 176 (69.14% from 255 or 76.86% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB006 is #D04FF9. Grayscale: #767676. Windows color (decimal): -13651962 or 438319. OLE color: 438319.

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

Color convert

RGB 47 176 6 -
CMYK 0.73 0 0.97 0.31
HSL 105.53º 0.93% 0.36% -
HSV(B) 105.53º 0.97% 0.69% -
XYZ 16.73 31.67 5.4 -
YUV 118.05 64.76 77.32 -
System Red Green Blue C M Y K H S L
Decimal 47 176 6 0.73 0 0.97 0.31 105.53 0.93 0.36
Hex 2F B0 6 49 0 61 1F 6A 5D 24
Octal 57 260 6 111 0 141 37 152 135 44
Binary 101111 10110000 110 1001001 0 1100001 11111 1101010 1011101 100100

Color Harmonies of #2FB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB006

Black with #2FB006

Text Example


Text Example

White with #2FB006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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