Html Css Color HEX #2FBF01 Kelly Green

📋 copy color: '#2FBF01'

red 47 ◦ green 191 ◦ blue 1

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

Shades of Kelly Green #2FBF01

Tints of Kelly Green #2FBF01

RGB

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

 GREEN value IS 191 (75% from 255) = 79.92%

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

R = 19.67%
G = 79.92%
B = 0.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2FBF01 (or 0x2FBF01) is known color: Kelly Green. HEX triplet: 2F, BF and 01. RGB value is (47,191,1). Sum of RGB (Red+Green+Blue) = 47+191+1=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF01 is #D040FE. Grayscale: #7E7E7E. Windows color (decimal): -13648127 or 114479. OLE color: 114479.

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

Color convert

RGB 47 191 1 -
CMYK 0.75 0 0.99 0.25
HSL 105.47º 0.99% 0.38% -
HSV(B) 105.47º 0.99% 0.75% -
XYZ 19.81 37.87 6.29 -
YUV 126.28 57.29 71.45 -
System Red Green Blue C M Y K H S L
Decimal 47 191 1 0.75 0 0.99 0.25 105.47 0.99 0.38
Hex 2F BF 1 4B 0 63 19 69 63 26
Octal 57 277 1 113 0 143 31 151 143 46
Binary 101111 10111111 1 1001011 0 1100011 11001 1101001 1100011 100110

Color Harmonies of #2FBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF01

Black with #2FBF01

Text Example


Text Example

White with #2FBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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