Html Css Color HEX #2FAA2E Lime Green

📋 copy color: '#2FAA2E'

red 47 ◦ green 170 ◦ blue 46

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

Shades of Lime Green #2FAA2E

Tints of Lime Green #2FAA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.64%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 17.87%
G = 64.64%
B = 17.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#2FAA2E (or 0x2FAA2E) is known color: Lime Green. HEX triplet: 2F, AA and 2E. RGB value is (47,170,46). Sum of RGB (Red+Green+Blue) = 47+170+46=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA2E is #D055D1. Grayscale: #777777. Windows color (decimal): -13653458 or 3058223. OLE color: 3058223.

HSL color Cylindrical-coordinate representation of color #2FAA2E: hue angle of 119.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAA2E is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 46 -
CMYK 0.72 0 0.73 0.33
HSL 119.52º 0.57% 0.42% -
HSV(B) 119.52º 0.73% 0.67% -
XYZ 16.04 29.55 7.44 -
YUV 119.09 86.75 76.58 -
System Red Green Blue C M Y K H S L
Decimal 47 170 46 0.72 0 0.73 0.33 119.52 0.57 0.42
Hex 2F AA 2E 48 0 49 21 78 39 2A
Octal 57 252 56 110 0 111 41 170 71 52
Binary 101111 10101010 101110 1001000 0 1001001 100001 1111000 111001 101010

Color Harmonies of #2FAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA2E

Black with #2FAA2E

Text Example


Text Example

White with #2FAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,46); }

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

background-color css

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

 a { background-color: rgb(47,170,46); }

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

border-color css

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

 span { border-color: rgb(47,170,46); }

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