Html Css Color HEX #2FB206 Kelly Green

📋 copy color: '#2FB206'

red 47 ◦ green 178 ◦ blue 6

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

Shades of Kelly Green #2FB206

Tints of Kelly Green #2FB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 77.06%

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

R = 20.35%
G = 77.06%
B = 2.6%

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

#2FB206 (or 0x2FB206) is known color: Kelly Green. HEX triplet: 2F, B2 and 06. RGB value is (47,178,6). Sum of RGB (Red+Green+Blue) = 47+178+6=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 178 (69.92% from 255 or 77.06% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB206 is #D04DF9. Grayscale: #777777. Windows color (decimal): -13651450 or 438831. OLE color: 438831.

HSL color Cylindrical-coordinate representation of color #2FB206: hue angle of 105.7º degrees, saturation: 0.93, 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 #2FB206 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 6 -
CMYK 0.74 0 0.97 0.30
HSL 105.7º 0.93% 0.36% -
HSV(B) 105.7º 0.97% 0.7% -
XYZ 17.13 32.46 5.53 -
YUV 119.22 64.1 76.49 -
System Red Green Blue C M Y K H S L
Decimal 47 178 6 0.74 0 0.97 0.30 105.7 0.93 0.36
Hex 2F B2 6 4A 0 61 1E 6A 5D 24
Octal 57 262 6 112 0 141 36 152 135 44
Binary 101111 10110010 110 1001010 0 1100001 11110 1101010 1011101 100100

Color Harmonies of #2FB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB206

Black with #2FB206

Text Example


Text Example

White with #2FB206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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