Html Css Color HEX #2FE31C Lime Green

📋 copy color: '#2FE31C'

red 47 ◦ green 227 ◦ blue 28

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

Shades of Lime Green #2FE31C

Tints of Lime Green #2FE31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.17%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 15.56%
G = 75.17%
B = 9.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#2FE31C (or 0x2FE31C) is known color: Lime Green. HEX triplet: 2F, E3 and 1C. RGB value is (47,227,28). Sum of RGB (Red+Green+Blue) = 47+227+28=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 227 (89.06% from 255 or 75.17% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE31C is #D01CE3. Grayscale: #979797. Windows color (decimal): -13638884 or 1893167. OLE color: 1893167.

HSL color Cylindrical-coordinate representation of color #2FE31C: hue angle of 114.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FE31C is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 28 -
CMYK 0.79 0 0.88 0.11
HSL 114.27º 0.78% 0.5% -
HSV(B) 114.27º 0.88% 0.89% -
XYZ 28.85 55.63 10.31 -
YUV 150.49 58.87 54.18 -
System Red Green Blue C M Y K H S L
Decimal 47 227 28 0.79 0 0.88 0.11 114.27 0.78 0.5
Hex 2F E3 1C 4F 0 58 B 72 4E 32
Octal 57 343 34 117 0 130 13 162 116 62
Binary 101111 11100011 11100 1001111 0 1011000 1011 1110010 1001110 110010

Color Harmonies of #2FE31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE31C

Black with #2FE31C

Text Example


Text Example

White with #2FE31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,28); }

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

background-color css

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

 a { background-color: rgb(47,227,28); }

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

border-color css

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

 span { border-color: rgb(47,227,28); }

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