Html Css Color HEX #2FC01F Lime Green

📋 copy color: '#2FC01F'

red 47 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #2FC01F

Tints of Lime Green #2FC01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 17.41%
G = 71.11%
B = 11.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2FC01F (or 0x2FC01F) is known color: Lime Green. HEX triplet: 2F, C0 and 1F. RGB value is (47,192,31). Sum of RGB (Red+Green+Blue) = 47+192+31=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC01F is #D03FE0. Grayscale: #828282. Windows color (decimal): -13647841 or 2080815. OLE color: 2080815.

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

Color convert

RGB 47 192 31 -
CMYK 0.76 0 0.84 0.25
HSL 114.04º 0.72% 0.44% -
HSV(B) 114.04º 0.84% 0.75% -
XYZ 20.27 38.4 7.64 -
YUV 130.29 71.96 68.59 -
System Red Green Blue C M Y K H S L
Decimal 47 192 31 0.76 0 0.84 0.25 114.04 0.72 0.44
Hex 2F C0 1F 4C 0 54 19 72 48 2C
Octal 57 300 37 114 0 124 31 162 110 54
Binary 101111 11000000 11111 1001100 0 1010100 11001 1110010 1001000 101100

Color Harmonies of #2FC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC01F

Black with #2FC01F

Text Example


Text Example

White with #2FC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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