Html Css Color HEX #2FC51A Lime Green

📋 copy color: '#2FC51A'

red 47 ◦ green 197 ◦ blue 26

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

Shades of Lime Green #2FC51A

Tints of Lime Green #2FC51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.96%

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

R = 17.41%
G = 72.96%
B = 9.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#2FC51A (or 0x2FC51A) is known color: Lime Green. HEX triplet: 2F, C5 and 1A. RGB value is (47,197,26). Sum of RGB (Red+Green+Blue) = 47+197+26=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC51A is #D03AE5. Grayscale: #858585. Windows color (decimal): -13646566 or 1754415. OLE color: 1754415.

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

Color convert

RGB 47 197 26 -
CMYK 0.76 0 0.87 0.23
HSL 112.63º 0.77% 0.44% -
HSV(B) 112.63º 0.87% 0.77% -
XYZ 21.33 40.61 7.69 -
YUV 132.66 67.81 66.9 -
System Red Green Blue C M Y K H S L
Decimal 47 197 26 0.76 0 0.87 0.23 112.63 0.77 0.44
Hex 2F C5 1A 4C 0 57 17 71 4D 2C
Octal 57 305 32 114 0 127 27 161 115 54
Binary 101111 11000101 11010 1001100 0 1010111 10111 1110001 1001101 101100

Color Harmonies of #2FC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC51A

Black with #2FC51A

Text Example


Text Example

White with #2FC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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