Html Css Color HEX #2FAA3A Lime Green

📋 copy color: '#2FAA3A'

red 47 ◦ green 170 ◦ blue 58

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

Shades of Lime Green #2FAA3A

Tints of Lime Green #2FAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 17.09%
G = 61.82%
B = 21.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#2FAA3A (or 0x2FAA3A) is known color: Lime Green. HEX triplet: 2F, AA and 3A. RGB value is (47,170,58). Sum of RGB (Red+Green+Blue) = 47+170+58=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA3A is #D055C5. Grayscale: #787878. Windows color (decimal): -13653446 or 3844655. OLE color: 3844655.

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

Color convert

RGB 47 170 58 -
CMYK 0.72 0 0.66 0.33
HSL 125.37º 0.57% 0.43% -
HSV(B) 125.37º 0.72% 0.67% -
XYZ 16.31 29.66 8.87 -
YUV 120.46 92.75 75.61 -
System Red Green Blue C M Y K H S L
Decimal 47 170 58 0.72 0 0.66 0.33 125.37 0.57 0.43
Hex 2F AA 3A 48 0 42 21 7D 39 2B
Octal 57 252 72 110 0 102 41 175 71 53
Binary 101111 10101010 111010 1001000 0 1000010 100001 1111101 111001 101011

Color Harmonies of #2FAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA3A

Black with #2FAA3A

Text Example


Text Example

White with #2FAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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