Html Css Color HEX #2FC41E Lime Green

📋 copy color: '#2FC41E'

red 47 ◦ green 196 ◦ blue 30

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

Shades of Lime Green #2FC41E

Tints of Lime Green #2FC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.79%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 17.22%
G = 71.79%
B = 10.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#2FC41E (or 0x2FC41E) is known color: Lime Green. HEX triplet: 2F, C4 and 1E. RGB value is (47,196,30). Sum of RGB (Red+Green+Blue) = 47+196+30=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC41E is #D03BE1. Grayscale: #858585. Windows color (decimal): -13646818 or 2016303. OLE color: 2016303.

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

Color convert

RGB 47 196 30 -
CMYK 0.76 0 0.85 0.23
HSL 113.86º 0.73% 0.44% -
HSV(B) 113.86º 0.85% 0.77% -
XYZ 21.15 40.18 7.87 -
YUV 132.53 70.14 67 -
System Red Green Blue C M Y K H S L
Decimal 47 196 30 0.76 0 0.85 0.23 113.86 0.73 0.44
Hex 2F C4 1E 4C 0 55 17 72 49 2C
Octal 57 304 36 114 0 125 27 162 111 54
Binary 101111 11000100 11110 1001100 0 1010101 10111 1110010 1001001 101100

Color Harmonies of #2FC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC41E

Black with #2FC41E

Text Example


Text Example

White with #2FC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,30); }

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

background-color css

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

 a { background-color: rgb(47,196,30); }

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

border-color css

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

 span { border-color: rgb(47,196,30); }

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