Html Css Color HEX #2FC942 Lime Green

📋 copy color: '#2FC942'

red 47 ◦ green 201 ◦ blue 66

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

Shades of Lime Green #2FC942

Tints of Lime Green #2FC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.01%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 14.97%
G = 64.01%
B = 21.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#2FC942 (or 0x2FC942) is known color: Lime Green. HEX triplet: 2F, C9 and 42. RGB value is (47,201,66). Sum of RGB (Red+Green+Blue) = 47+201+66=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC942 is #D036BD. Grayscale: #8B8B8B. Windows color (decimal): -13645502 or 4376879. OLE color: 4376879.

HSL color Cylindrical-coordinate representation of color #2FC942: hue angle of 127.4º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC942 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 66 -
CMYK 0.77 0 0.67 0.21
HSL 127.4º 0.62% 0.49% -
HSV(B) 127.4º 0.77% 0.79% -
XYZ 23.04 42.77 12.2 -
YUV 139.56 86.48 61.98 -
System Red Green Blue C M Y K H S L
Decimal 47 201 66 0.77 0 0.67 0.21 127.4 0.62 0.49
Hex 2F C9 42 4D 0 43 15 7F 3E 31
Octal 57 311 102 115 0 103 25 177 76 61
Binary 101111 11001001 1000010 1001101 0 1000011 10101 1111111 111110 110001

Color Harmonies of #2FC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC942

Black with #2FC942

Text Example


Text Example

White with #2FC942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,201,66); }

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

background-color css

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

 a { background-color: rgb(47,201,66); }

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

border-color css

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

 span { border-color: rgb(47,201,66); }

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