Html Css Color HEX #2FC301 Kelly Green

📋 copy color: '#2FC301'

red 47 ◦ green 195 ◦ blue 1

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

Shades of Kelly Green #2FC301

Tints of Kelly Green #2FC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 80.25%

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

R = 19.34%
G = 80.25%
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

#2FC301 (or 0x2FC301) is known color: Kelly Green. HEX triplet: 2F, C3 and 01. RGB value is (47,195,1). Sum of RGB (Red+Green+Blue) = 47+195+1=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC301 is #D03CFE. Grayscale: #818181. Windows color (decimal): -13647103 or 115503. OLE color: 115503.

HSL color Cylindrical-coordinate representation of color #2FC301: hue angle of 105.77º 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 #2FC301 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 195 1 -
CMYK 0.76 0 0.99 0.24
HSL 105.77º 0.99% 0.38% -
HSV(B) 105.77º 0.99% 0.76% -
XYZ 20.69 39.64 6.59 -
YUV 128.63 55.97 69.77 -
System Red Green Blue C M Y K H S L
Decimal 47 195 1 0.76 0 0.99 0.24 105.77 0.99 0.38
Hex 2F C3 1 4C 0 63 18 6A 63 26
Octal 57 303 1 114 0 143 30 152 143 46
Binary 101111 11000011 1 1001100 0 1100011 11000 1101010 1100011 100110

Color Harmonies of #2FC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC301

Black with #2FC301

Text Example


Text Example

White with #2FC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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