Html Css Color HEX #2FC81B Lime Green

📋 copy color: '#2FC81B'

red 47 ◦ green 200 ◦ blue 27

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

Shades of Lime Green #2FC81B

Tints of Lime Green #2FC81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.99%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 17.15%
G = 72.99%
B = 9.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#2FC81B (or 0x2FC81B) is known color: Lime Green. HEX triplet: 2F, C8 and 1B. RGB value is (47,200,27). Sum of RGB (Red+Green+Blue) = 47+200+27=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC81B is #D037E4. Grayscale: #878787. Windows color (decimal): -13645797 or 1820719. OLE color: 1820719.

HSL color Cylindrical-coordinate representation of color #2FC81B: hue angle of 113.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FC81B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 27 -
CMYK 0.76 0 0.86 0.22
HSL 113.06º 0.76% 0.45% -
HSV(B) 113.06º 0.87% 0.78% -
XYZ 22.02 41.99 7.98 -
YUV 134.53 67.31 65.57 -
System Red Green Blue C M Y K H S L
Decimal 47 200 27 0.76 0 0.86 0.22 113.06 0.76 0.45
Hex 2F C8 1B 4C 0 56 16 71 4C 2D
Octal 57 310 33 114 0 126 26 161 114 55
Binary 101111 11001000 11011 1001100 0 1010110 10110 1110001 1001100 101101

Color Harmonies of #2FC81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC81B

Black with #2FC81B

Text Example


Text Example

White with #2FC81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,200,27); }

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

background-color css

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

 a { background-color: rgb(47,200,27); }

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

border-color css

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

 span { border-color: rgb(47,200,27); }

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