Html Css Color HEX #2FAD26 Lime Green

📋 copy color: '#2FAD26'

red 47 ◦ green 173 ◦ blue 38

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

Shades of Lime Green #2FAD26

Tints of Lime Green #2FAD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.05%

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

R = 18.22%
G = 67.05%
B = 14.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#2FAD26 (or 0x2FAD26) is known color: Lime Green. HEX triplet: 2F, AD and 26. RGB value is (47,173,38). Sum of RGB (Red+Green+Blue) = 47+173+38=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 173 (67.97% from 255 or 67.05% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD26 is #D052D9. Grayscale: #787878. Windows color (decimal): -13652698 or 2534703. OLE color: 2534703.

HSL color Cylindrical-coordinate representation of color #2FAD26: hue angle of 116º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FAD26 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 38 -
CMYK 0.73 0 0.78 0.32
HSL 116º 0.64% 0.41% -
HSV(B) 116º 0.78% 0.68% -
XYZ 16.47 30.63 6.88 -
YUV 119.94 81.76 75.98 -
System Red Green Blue C M Y K H S L
Decimal 47 173 38 0.73 0 0.78 0.32 116 0.64 0.41
Hex 2F AD 26 49 0 4E 20 74 40 29
Octal 57 255 46 111 0 116 40 164 100 51
Binary 101111 10101101 100110 1001001 0 1001110 100000 1110100 1000000 101001

Color Harmonies of #2FAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD26

Black with #2FAD26

Text Example


Text Example

White with #2FAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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