Html Css Color HEX #2FC81A Lime Green

📋 copy color: '#2FC81A'

red 47 ◦ green 200 ◦ blue 26

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

Shades of Lime Green #2FC81A

Tints of Lime Green #2FC81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 17.22%
G = 73.26%
B = 9.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#2FC81A (or 0x2FC81A) is known color: Lime Green. HEX triplet: 2F, C8 and 1A. RGB value is (47,200,26). Sum of RGB (Red+Green+Blue) = 47+200+26=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC81A is #D037E5. Grayscale: #868686. Windows color (decimal): -13645798 or 1755183. OLE color: 1755183.

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

Color convert

RGB 47 200 26 -
CMYK 0.76 0 0.87 0.22
HSL 112.76º 0.77% 0.44% -
HSV(B) 112.76º 0.87% 0.78% -
XYZ 22.01 41.99 7.92 -
YUV 134.42 66.81 65.65 -
System Red Green Blue C M Y K H S L
Decimal 47 200 26 0.76 0 0.87 0.22 112.76 0.77 0.44
Hex 2F C8 1A 4C 0 57 16 71 4D 2C
Octal 57 310 32 114 0 127 26 161 115 54
Binary 101111 11001000 11010 1001100 0 1010111 10110 1110001 1001101 101100

Color Harmonies of #2FC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC81A

Black with #2FC81A

Text Example


Text Example

White with #2FC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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