Html Css Color HEX #2FB306 Kelly Green

📋 copy color: '#2FB306'

red 47 ◦ green 179 ◦ blue 6

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

Shades of Kelly Green #2FB306

Tints of Kelly Green #2FB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.16%

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

R = 20.26%
G = 77.16%
B = 2.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#2FB306 (or 0x2FB306) is known color: Kelly Green. HEX triplet: 2F, B3 and 06. RGB value is (47,179,6). Sum of RGB (Red+Green+Blue) = 47+179+6=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB306 is #D04CF9. Grayscale: #787878. Windows color (decimal): -13651194 or 439087. OLE color: 439087.

HSL color Cylindrical-coordinate representation of color #2FB306: hue angle of 105.78º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FB306 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 6 -
CMYK 0.74 0 0.97 0.30
HSL 105.78º 0.94% 0.36% -
HSV(B) 105.78º 0.97% 0.7% -
XYZ 17.33 32.86 5.6 -
YUV 119.81 63.77 76.07 -
System Red Green Blue C M Y K H S L
Decimal 47 179 6 0.74 0 0.97 0.30 105.78 0.94 0.36
Hex 2F B3 6 4A 0 61 1E 6A 5E 24
Octal 57 263 6 112 0 141 36 152 136 44
Binary 101111 10110011 110 1001010 0 1100001 11110 1101010 1011110 100100

Color Harmonies of #2FB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB306

Black with #2FB306

Text Example


Text Example

White with #2FB306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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