Html Css Color HEX #2FC12C Lime Green

📋 copy color: '#2FC12C'

red 47 ◦ green 193 ◦ blue 44

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

Shades of Lime Green #2FC12C

Tints of Lime Green #2FC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.96%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 16.55%
G = 67.96%
B = 15.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#2FC12C (or 0x2FC12C) is known color: Lime Green. HEX triplet: 2F, C1 and 2C. RGB value is (47,193,44). Sum of RGB (Red+Green+Blue) = 47+193+44=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC12C is #D03ED3. Grayscale: #848484. Windows color (decimal): -13647572 or 2933039. OLE color: 2933039.

HSL color Cylindrical-coordinate representation of color #2FC12C: hue angle of 118.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC12C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 44 -
CMYK 0.76 0 0.77 0.24
HSL 118.79º 0.63% 0.46% -
HSV(B) 118.79º 0.77% 0.76% -
XYZ 20.7 38.93 8.81 -
YUV 132.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 47 193 44 0.76 0 0.77 0.24 118.79 0.63 0.46
Hex 2F C1 2C 4C 0 4D 18 77 3F 2E
Octal 57 301 54 114 0 115 30 167 77 56
Binary 101111 11000001 101100 1001100 0 1001101 11000 1110111 111111 101110

Color Harmonies of #2FC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC12C

Black with #2FC12C

Text Example


Text Example

White with #2FC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,193,44); }

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

background-color css

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

 a { background-color: rgb(47,193,44); }

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

border-color css

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

 span { border-color: rgb(47,193,44); }

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