Html Css Color HEX #2FC61A Lime Green

📋 copy color: '#2FC61A'

red 47 ◦ green 198 ◦ blue 26

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

Shades of Lime Green #2FC61A

Tints of Lime Green #2FC61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 73.06%

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

R = 17.34%
G = 73.06%
B = 9.59%

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

#2FC61A (or 0x2FC61A) is known color: Lime Green. HEX triplet: 2F, C6 and 1A. RGB value is (47,198,26). Sum of RGB (Red+Green+Blue) = 47+198+26=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC61A is #D039E5. Grayscale: #858585. Windows color (decimal): -13646310 or 1754671. OLE color: 1754671.

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

Color convert

RGB 47 198 26 -
CMYK 0.76 0 0.87 0.22
HSL 112.67º 0.77% 0.44% -
HSV(B) 112.67º 0.87% 0.78% -
XYZ 21.55 41.07 7.77 -
YUV 133.24 67.47 66.49 -
System Red Green Blue C M Y K H S L
Decimal 47 198 26 0.76 0 0.87 0.22 112.67 0.77 0.44
Hex 2F C6 1A 4C 0 57 16 71 4D 2C
Octal 57 306 32 114 0 127 26 161 115 54
Binary 101111 11000110 11010 1001100 0 1010111 10110 1110001 1001101 101100

Color Harmonies of #2FC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC61A

Black with #2FC61A

Text Example


Text Example

White with #2FC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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