Html Css Color HEX #2FC132 Lime Green

📋 copy color: '#2FC132'

red 47 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #2FC132

Tints of Lime Green #2FC132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 16.21%
G = 66.55%
B = 17.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#2FC132 (or 0x2FC132) is known color: Lime Green. HEX triplet: 2F, C1 and 32. RGB value is (47,193,50). Sum of RGB (Red+Green+Blue) = 47+193+50=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC132 is #D03ECD. Grayscale: #858585. Windows color (decimal): -13647566 or 3326255. OLE color: 3326255.

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

Color convert

RGB 47 193 50 -
CMYK 0.76 0 0.74 0.24
HSL 121.23º 0.61% 0.47% -
HSV(B) 121.23º 0.76% 0.76% -
XYZ 20.82 38.97 9.44 -
YUV 133.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 47 193 50 0.76 0 0.74 0.24 121.23 0.61 0.47
Hex 2F C1 32 4C 0 4A 18 79 3D 2F
Octal 57 301 62 114 0 112 30 171 75 57
Binary 101111 11000001 110010 1001100 0 1001010 11000 1111001 111101 101111

Color Harmonies of #2FC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC132

Black with #2FC132

Text Example


Text Example

White with #2FC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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