Html Css Color HEX #2FC232 Lime Green

📋 copy color: '#2FC232'

red 47 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #2FC232

Tints of Lime Green #2FC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.67%

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

R = 16.15%
G = 66.67%
B = 17.18%

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

#2FC232 (or 0x2FC232) is known color: Lime Green. HEX triplet: 2F, C2 and 32. RGB value is (47,194,50). Sum of RGB (Red+Green+Blue) = 47+194+50=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC232 is #D03DCD. Grayscale: #868686. Windows color (decimal): -13647310 or 3326511. OLE color: 3326511.

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

Color convert

RGB 47 194 50 -
CMYK 0.76 0 0.74 0.24
HSL 121.22º 0.61% 0.47% -
HSV(B) 121.22º 0.76% 0.76% -
XYZ 21.04 39.42 9.52 -
YUV 133.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 47 194 50 0.76 0 0.74 0.24 121.22 0.61 0.47
Hex 2F C2 32 4C 0 4A 18 79 3D 2F
Octal 57 302 62 114 0 112 30 171 75 57
Binary 101111 11000010 110010 1001100 0 1001010 11000 1111001 111101 101111

Color Harmonies of #2FC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC232

Black with #2FC232

Text Example


Text Example

White with #2FC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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