Html Css Color HEX #2FE31D Lime Green

📋 copy color: '#2FE31D'

red 47 ◦ green 227 ◦ blue 29

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

Shades of Lime Green #2FE31D

Tints of Lime Green #2FE31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 15.51%
G = 74.92%
B = 9.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#2FE31D (or 0x2FE31D) is known color: Lime Green. HEX triplet: 2F, E3 and 1D. RGB value is (47,227,29). Sum of RGB (Red+Green+Blue) = 47+227+29=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 227 (89.06% from 255 or 74.92% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE31D is #D01CE2. Grayscale: #979797. Windows color (decimal): -13638883 or 1958703. OLE color: 1958703.

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

Color convert

RGB 47 227 29 -
CMYK 0.79 0 0.87 0.11
HSL 114.55º 0.78% 0.5% -
HSV(B) 114.55º 0.87% 0.89% -
XYZ 28.86 55.63 10.38 -
YUV 150.61 59.37 54.1 -
System Red Green Blue C M Y K H S L
Decimal 47 227 29 0.79 0 0.87 0.11 114.55 0.78 0.5
Hex 2F E3 1D 4F 0 57 B 73 4E 32
Octal 57 343 35 117 0 127 13 163 116 62
Binary 101111 11100011 11101 1001111 0 1010111 1011 1110011 1001110 110010

Color Harmonies of #2FE31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE31D

Black with #2FE31D

Text Example


Text Example

White with #2FE31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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