Html Css Color HEX #2FC138 Lime Green

📋 copy color: '#2FC138'

red 47 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #2FC138

Tints of Lime Green #2FC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 15.88%
G = 65.2%
B = 18.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#2FC138 (or 0x2FC138) is known color: Lime Green. HEX triplet: 2F, C1 and 38. RGB value is (47,193,56). Sum of RGB (Red+Green+Blue) = 47+193+56=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC138 is #D03EC7. Grayscale: #868686. Windows color (decimal): -13647560 or 3719471. OLE color: 3719471.

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

Color convert

RGB 47 193 56 -
CMYK 0.76 0 0.71 0.24
HSL 123.7º 0.61% 0.47% -
HSV(B) 123.7º 0.76% 0.76% -
XYZ 20.96 39.03 10.17 -
YUV 133.73 84.13 66.14 -
System Red Green Blue C M Y K H S L
Decimal 47 193 56 0.76 0 0.71 0.24 123.7 0.61 0.47
Hex 2F C1 38 4C 0 47 18 7C 3D 2F
Octal 57 301 70 114 0 107 30 174 75 57
Binary 101111 11000001 111000 1001100 0 1000111 11000 1111100 111101 101111

Color Harmonies of #2FC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC138

Black with #2FC138

Text Example


Text Example

White with #2FC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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