Html Css Color HEX #2FAF3F Lime Green

📋 copy color: '#2FAF3F'

red 47 ◦ green 175 ◦ blue 63

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

Shades of Lime Green #2FAF3F

Tints of Lime Green #2FAF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.4%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 16.49%
G = 61.4%
B = 22.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#2FAF3F (or 0x2FAF3F) is known color: Lime Green. HEX triplet: 2F, AF and 3F. RGB value is (47,175,63). Sum of RGB (Red+Green+Blue) = 47+175+63=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF3F is #D050C0. Grayscale: #7C7C7C. Windows color (decimal): -13652161 or 4173615. OLE color: 4173615.

HSL color Cylindrical-coordinate representation of color #2FAF3F: hue angle of 127.5º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAF3F is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 63 -
CMYK 0.73 0 0.64 0.31
HSL 127.5º 0.58% 0.44% -
HSV(B) 127.5º 0.73% 0.69% -
XYZ 17.4 31.62 9.89 -
YUV 123.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 47 175 63 0.73 0 0.64 0.31 127.5 0.58 0.44
Hex 2F AF 3F 49 0 40 1F 80 3A 2C
Octal 57 257 77 111 0 100 37 200 72 54
Binary 101111 10101111 111111 1001001 0 1000000 11111 10000000 111010 101100

Color Harmonies of #2FAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF3F

Black with #2FAF3F

Text Example


Text Example

White with #2FAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,63); }

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

background-color css

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

 a { background-color: rgb(47,175,63); }

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

border-color css

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

 span { border-color: rgb(47,175,63); }

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