Html Css Color HEX #2FE127 Lime Green

📋 copy color: '#2FE127'

red 47 ◦ green 225 ◦ blue 39

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

Shades of Lime Green #2FE127

Tints of Lime Green #2FE127

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.35%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 15.11%
G = 72.35%
B = 12.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#2FE127 (or 0x2FE127) is known color: Lime Green. HEX triplet: 2F, E1 and 27. RGB value is (47,225,39). Sum of RGB (Red+Green+Blue) = 47+225+39=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE127 is #D01ED8. Grayscale: #979797. Windows color (decimal): -13639385 or 2613551. OLE color: 2613551.

HSL color Cylindrical-coordinate representation of color #2FE127: hue angle of 117.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FE127 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 39 -
CMYK 0.79 0 0.83 0.12
HSL 117.42º 0.76% 0.52% -
HSV(B) 117.42º 0.83% 0.88% -
XYZ 28.46 54.6 10.96 -
YUV 150.57 65.03 54.12 -
System Red Green Blue C M Y K H S L
Decimal 47 225 39 0.79 0 0.83 0.12 117.42 0.76 0.52
Hex 2F E1 27 4F 0 53 C 75 4C 34
Octal 57 341 47 117 0 123 14 165 114 64
Binary 101111 11100001 100111 1001111 0 1010011 1100 1110101 1001100 110100

Color Harmonies of #2FE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE127

Black with #2FE127

Text Example


Text Example

White with #2FE127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,39); }

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

background-color css

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

 a { background-color: rgb(47,225,39); }

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

border-color css

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

 span { border-color: rgb(47,225,39); }

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