Html Css Color HEX #2FC100 Kelly Green

📋 copy color: '#2FC100'

red 47 ◦ green 193 ◦ blue 0

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

Shades of Kelly Green #2FC100

Tints of Kelly Green #2FC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.58%
G = 80.42%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#2FC100 (or 0x2FC100) is known color: Kelly Green. HEX triplet: 2F, C1 and 00. RGB value is (47,193,0). Sum of RGB (Red+Green+Blue) = 47+193+0=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC100 is #D03EFF. Grayscale: #7F7F7F. Windows color (decimal): -13647616 or 49455. OLE color: 49455.

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

Color convert

RGB 47 193 0 -
CMYK 0.76 0 1 0.24
HSL 105.39º 1% 0.38% -
HSV(B) 105.39º 1% 0.76% -
XYZ 20.24 38.74 6.41 -
YUV 127.34 56.13 70.69 -
System Red Green Blue C M Y K H S L
Decimal 47 193 0 0.76 0 1 0.24 105.39 1 0.38
Hex 2F C1 0 4C 0 64 18 69 64 26
Octal 57 301 0 114 0 144 30 151 144 46
Binary 101111 11000001 0 1001100 0 1100100 11000 1101001 1100100 100110

Color Harmonies of #2FC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC100

Black with #2FC100

Text Example


Text Example

White with #2FC100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,193,0); }

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

background-color css

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

 a { background-color: rgb(47,193,0); }

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

border-color css

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

 span { border-color: rgb(47,193,0); }

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