Html Css Color HEX #2FC137 Lime Green

📋 copy color: '#2FC137'

red 47 ◦ green 193 ◦ blue 55

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

Shades of Lime Green #2FC137

Tints of Lime Green #2FC137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 15.93%
G = 65.42%
B = 18.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#2FC137 (or 0x2FC137) is known color: Lime Green. HEX triplet: 2F, C1 and 37. RGB value is (47,193,55). Sum of RGB (Red+Green+Blue) = 47+193+55=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC137 is #D03EC8. Grayscale: #868686. Windows color (decimal): -13647561 or 3653935. OLE color: 3653935.

HSL color Cylindrical-coordinate representation of color #2FC137: hue angle of 123.29º 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 #2FC137 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 55 -
CMYK 0.76 0 0.72 0.24
HSL 123.29º 0.61% 0.47% -
HSV(B) 123.29º 0.76% 0.76% -
XYZ 20.93 39.02 10.04 -
YUV 133.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 47 193 55 0.76 0 0.72 0.24 123.29 0.61 0.47
Hex 2F C1 37 4C 0 48 18 7B 3D 2F
Octal 57 301 67 114 0 110 30 173 75 57
Binary 101111 11000001 110111 1001100 0 1001000 11000 1111011 111101 101111

Color Harmonies of #2FC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC137

Black with #2FC137

Text Example


Text Example

White with #2FC137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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