Html Css Color HEX #2FC708 Kelly Green

📋 copy color: '#2FC708'

red 47 ◦ green 199 ◦ blue 8

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

Shades of Kelly Green #2FC708

Tints of Kelly Green #2FC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 78.35%

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

R = 18.5%
G = 78.35%
B = 3.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#2FC708 (or 0x2FC708) is known color: Kelly Green. HEX triplet: 2F, C7 and 08. RGB value is (47,199,8). Sum of RGB (Red+Green+Blue) = 47+199+8=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 199 (78.12% from 255 or 78.35% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC708 is #D038F7. Grayscale: #848484. Windows color (decimal): -13646072 or 575279. OLE color: 575279.

HSL color Cylindrical-coordinate representation of color #2FC708: hue angle of 107.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FC708 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 199 8 -
CMYK 0.76 0 0.96 0.22
HSL 107.75º 0.92% 0.41% -
HSV(B) 107.75º 0.96% 0.78% -
XYZ 21.64 41.47 7.09 -
YUV 131.78 58.14 67.53 -
System Red Green Blue C M Y K H S L
Decimal 47 199 8 0.76 0 0.96 0.22 107.75 0.92 0.41
Hex 2F C7 8 4C 0 60 16 6C 5C 29
Octal 57 307 10 114 0 140 26 154 134 51
Binary 101111 11000111 1000 1001100 0 1100000 10110 1101100 1011100 101001

Color Harmonies of #2FC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC708

Black with #2FC708

Text Example


Text Example

White with #2FC708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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