Html Css Color HEX #2FC001 Kelly Green

📋 copy color: '#2FC001'

red 47 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #2FC001

Tints of Kelly Green #2FC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 19.58%
G = 80%
B = 0.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2FC001 (or 0x2FC001) is known color: Kelly Green. HEX triplet: 2F, C0 and 01. RGB value is (47,192,1). Sum of RGB (Red+Green+Blue) = 47+192+1=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC001 is #D03FFE. Grayscale: #7F7F7F. Windows color (decimal): -13647871 or 114735. OLE color: 114735.

HSL color Cylindrical-coordinate representation of color #2FC001: hue angle of 105.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FC001 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 1 -
CMYK 0.76 0 0.99 0.25
HSL 105.55º 0.99% 0.38% -
HSV(B) 105.55º 0.99% 0.75% -
XYZ 20.03 38.31 6.37 -
YUV 126.87 56.96 71.03 -
System Red Green Blue C M Y K H S L
Decimal 47 192 1 0.76 0 0.99 0.25 105.55 0.99 0.38
Hex 2F C0 1 4C 0 63 19 6A 63 26
Octal 57 300 1 114 0 143 31 152 143 46
Binary 101111 11000000 1 1001100 0 1100011 11001 1101010 1100011 100110

Color Harmonies of #2FC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC001

Black with #2FC001

Text Example


Text Example

White with #2FC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,1); }

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

background-color css

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

 a { background-color: rgb(47,192,1); }

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

border-color css

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

 span { border-color: rgb(47,192,1); }

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