Html Css Color HEX #2FC841 Lime Green

📋 copy color: '#2FC841'

red 47 ◦ green 200 ◦ blue 65

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

Shades of Lime Green #2FC841

Tints of Lime Green #2FC841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 15.06%
G = 64.1%
B = 20.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#2FC841 (or 0x2FC841) is known color: Lime Green. HEX triplet: 2F, C8 and 41. RGB value is (47,200,65). Sum of RGB (Red+Green+Blue) = 47+200+65=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC841 is #D037BE. Grayscale: #8B8B8B. Windows color (decimal): -13645759 or 4311087. OLE color: 4311087.

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

Color convert

RGB 47 200 65 -
CMYK 0.76 0 0.68 0.22
HSL 127.06º 0.62% 0.48% -
HSV(B) 127.06º 0.77% 0.78% -
XYZ 22.78 42.29 11.96 -
YUV 138.86 86.31 62.48 -
System Red Green Blue C M Y K H S L
Decimal 47 200 65 0.76 0 0.68 0.22 127.06 0.62 0.48
Hex 2F C8 41 4C 0 44 16 7F 3E 30
Octal 57 310 101 114 0 104 26 177 76 60
Binary 101111 11001000 1000001 1001100 0 1000100 10110 1111111 111110 110000

Color Harmonies of #2FC841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC841

Black with #2FC841

Text Example


Text Example

White with #2FC841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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