Html Css Color HEX #2FC201 Kelly Green

📋 copy color: '#2FC201'

red 47 ◦ green 194 ◦ blue 1

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

Shades of Kelly Green #2FC201

Tints of Kelly Green #2FC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 80.17%

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

R = 19.42%
G = 80.17%
B = 0.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#2FC201 (or 0x2FC201) is known color: Kelly Green. HEX triplet: 2F, C2 and 01. RGB value is (47,194,1). Sum of RGB (Red+Green+Blue) = 47+194+1=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC201 is #D03DFE. Grayscale: #808080. Windows color (decimal): -13647359 or 115247. OLE color: 115247.

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

Color convert

RGB 47 194 1 -
CMYK 0.76 0 0.99 0.24
HSL 105.7º 0.99% 0.38% -
HSV(B) 105.7º 0.99% 0.76% -
XYZ 20.47 39.19 6.51 -
YUV 128.05 56.3 70.19 -
System Red Green Blue C M Y K H S L
Decimal 47 194 1 0.76 0 0.99 0.24 105.7 0.99 0.38
Hex 2F C2 1 4C 0 63 18 6A 63 26
Octal 57 302 1 114 0 143 30 152 143 46
Binary 101111 11000010 1 1001100 0 1100011 11000 1101010 1100011 100110

Color Harmonies of #2FC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC201

Black with #2FC201

Text Example


Text Example

White with #2FC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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