Html Css Color HEX #2FCF06 Kelly Green

📋 copy color: '#2FCF06'

red 47 ◦ green 207 ◦ blue 6

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

Shades of Kelly Green #2FCF06

Tints of Kelly Green #2FCF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.62%

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

R = 18.08%
G = 79.62%
B = 2.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#2FCF06 (or 0x2FCF06) is known color: Kelly Green. HEX triplet: 2F, CF and 06. RGB value is (47,207,6). Sum of RGB (Red+Green+Blue) = 47+207+6=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF06 is #D030F9. Grayscale: #888888. Windows color (decimal): -13644026 or 446255. OLE color: 446255.

HSL color Cylindrical-coordinate representation of color #2FCF06: hue angle of 107.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FCF06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 6 -
CMYK 0.77 0 0.97 0.19
HSL 107.76º 0.94% 0.42% -
HSV(B) 107.76º 0.97% 0.81% -
XYZ 23.52 45.24 7.67 -
YUV 136.25 54.49 64.34 -
System Red Green Blue C M Y K H S L
Decimal 47 207 6 0.77 0 0.97 0.19 107.76 0.94 0.42
Hex 2F CF 6 4D 0 61 13 6C 5E 2A
Octal 57 317 6 115 0 141 23 154 136 52
Binary 101111 11001111 110 1001101 0 1100001 10011 1101100 1011110 101010

Color Harmonies of #2FCF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF06

Black with #2FCF06

Text Example


Text Example

White with #2FCF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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