Html Css Color HEX #2FE12A Lime Green

📋 copy color: '#2FE12A'

red 47 ◦ green 225 ◦ blue 42

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

Shades of Lime Green #2FE12A

Tints of Lime Green #2FE12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 14.97%
G = 71.66%
B = 13.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#2FE12A (or 0x2FE12A) is known color: Lime Green. HEX triplet: 2F, E1 and 2A. RGB value is (47,225,42). Sum of RGB (Red+Green+Blue) = 47+225+42=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE12A is #D01ED5. Grayscale: #979797. Windows color (decimal): -13639382 or 2810159. OLE color: 2810159.

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

Color convert

RGB 47 225 42 -
CMYK 0.79 0 0.81 0.12
HSL 118.36º 0.75% 0.52% -
HSV(B) 118.36º 0.81% 0.88% -
XYZ 28.52 54.62 11.23 -
YUV 150.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 47 225 42 0.79 0 0.81 0.12 118.36 0.75 0.52
Hex 2F E1 2A 4F 0 51 C 76 4B 34
Octal 57 341 52 117 0 121 14 166 113 64
Binary 101111 11100001 101010 1001111 0 1010001 1100 1110110 1001011 110100

Color Harmonies of #2FE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE12A

Black with #2FE12A

Text Example


Text Example

White with #2FE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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