Html Css Color HEX #2FCE12 Lime Green

📋 copy color: '#2FCE12'

red 47 ◦ green 206 ◦ blue 18

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

Shades of Lime Green #2FCE12

Tints of Lime Green #2FCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.01%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 17.34%
G = 76.01%
B = 6.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2FCE12 (or 0x2FCE12) is known color: Lime Green. HEX triplet: 2F, CE and 12. RGB value is (47,206,18). Sum of RGB (Red+Green+Blue) = 47+206+18=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCE12 is #D031ED. Grayscale: #898989. Windows color (decimal): -13644270 or 1232431. OLE color: 1232431.

HSL color Cylindrical-coordinate representation of color #2FCE12: hue angle of 110.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FCE12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 18 -
CMYK 0.77 0 0.91 0.19
HSL 110.74º 0.84% 0.44% -
HSV(B) 110.74º 0.91% 0.81% -
XYZ 23.35 44.79 7.99 -
YUV 137.03 60.82 63.79 -
System Red Green Blue C M Y K H S L
Decimal 47 206 18 0.77 0 0.91 0.19 110.74 0.84 0.44
Hex 2F CE 12 4D 0 5B 13 6F 54 2C
Octal 57 316 22 115 0 133 23 157 124 54
Binary 101111 11001110 10010 1001101 0 1011011 10011 1101111 1010100 101100

Color Harmonies of #2FCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE12

Black with #2FCE12

Text Example


Text Example

White with #2FCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,18); }

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

background-color css

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

 a { background-color: rgb(47,206,18); }

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

border-color css

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

 span { border-color: rgb(47,206,18); }

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