Html Css Color HEX #2FC227 Lime Green

📋 copy color: '#2FC227'

red 47 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #2FC227

Tints of Lime Green #2FC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 16.79%
G = 69.29%
B = 13.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2FC227 (or 0x2FC227) is known color: Lime Green. HEX triplet: 2F, C2 and 27. RGB value is (47,194,39). Sum of RGB (Red+Green+Blue) = 47+194+39=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC227 is #D03DD8. Grayscale: #848484. Windows color (decimal): -13647321 or 2605615. OLE color: 2605615.

HSL color Cylindrical-coordinate representation of color #2FC227: hue angle of 116.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC227 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 39 -
CMYK 0.76 0 0.80 0.24
HSL 116.9º 0.67% 0.46% -
HSV(B) 116.9º 0.8% 0.76% -
XYZ 20.83 39.33 8.41 -
YUV 132.38 75.3 67.1 -
System Red Green Blue C M Y K H S L
Decimal 47 194 39 0.76 0 0.80 0.24 116.9 0.67 0.46
Hex 2F C2 27 4C 0 50 18 75 43 2E
Octal 57 302 47 114 0 120 30 165 103 56
Binary 101111 11000010 100111 1001100 0 1010000 11000 1110101 1000011 101110

Color Harmonies of #2FC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC227

Black with #2FC227

Text Example


Text Example

White with #2FC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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