Html Css Color HEX #2FC226 Lime Green

📋 copy color: '#2FC226'

red 47 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #2FC226

Tints of Lime Green #2FC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 16.85%
G = 69.53%
B = 13.62%

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

#2FC226 (or 0x2FC226) is known color: Lime Green. HEX triplet: 2F, C2 and 26. RGB value is (47,194,38). Sum of RGB (Red+Green+Blue) = 47+194+38=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC226 is #D03DD9. Grayscale: #848484. Windows color (decimal): -13647322 or 2540079. OLE color: 2540079.

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

Color convert

RGB 47 194 38 -
CMYK 0.76 0 0.80 0.24
HSL 116.54º 0.67% 0.45% -
HSV(B) 116.54º 0.8% 0.76% -
XYZ 20.81 39.33 8.33 -
YUV 132.26 74.8 67.18 -
System Red Green Blue C M Y K H S L
Decimal 47 194 38 0.76 0 0.80 0.24 116.54 0.67 0.45
Hex 2F C2 26 4C 0 50 18 75 43 2D
Octal 57 302 46 114 0 120 30 165 103 55
Binary 101111 11000010 100110 1001100 0 1010000 11000 1110101 1000011 101101

Color Harmonies of #2FC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC226

Black with #2FC226

Text Example


Text Example

White with #2FC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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