Html Css Color HEX #2FB008 Kelly Green

📋 copy color: '#2FB008'

red 47 ◦ green 176 ◦ blue 8

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

Shades of Kelly Green #2FB008

Tints of Kelly Green #2FB008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 20.35%
G = 76.19%
B = 3.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#2FB008 (or 0x2FB008) is known color: Kelly Green. HEX triplet: 2F, B0 and 08. RGB value is (47,176,8). Sum of RGB (Red+Green+Blue) = 47+176+8=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 176 (69.14% from 255 or 76.19% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB008 is #D04FF7. Grayscale: #767676. Windows color (decimal): -13651960 or 569391. OLE color: 569391.

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

Color convert

RGB 47 176 8 -
CMYK 0.73 0 0.95 0.31
HSL 106.07º 0.91% 0.36% -
HSV(B) 106.07º 0.95% 0.69% -
XYZ 16.74 31.67 5.46 -
YUV 118.28 65.76 77.16 -
System Red Green Blue C M Y K H S L
Decimal 47 176 8 0.73 0 0.95 0.31 106.07 0.91 0.36
Hex 2F B0 8 49 0 5F 1F 6A 5B 24
Octal 57 260 10 111 0 137 37 152 133 44
Binary 101111 10110000 1000 1001001 0 1011111 11111 1101010 1011011 100100

Color Harmonies of #2FB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB008

Black with #2FB008

Text Example


Text Example

White with #2FB008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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