Html Css Color HEX #3AAF2F Lime Green

📋 copy color: '#3AAF2F'

red 58 ◦ green 175 ◦ blue 47

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

Shades of Lime Green #3AAF2F

Tints of Lime Green #3AAF2F

RGB

 RED value IS 58 (23.05% from 255) = 20.71%

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 20.71%
G = 62.5%
B = 16.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#3AAF2F (or 0x3AAF2F) is known color: Lime Green. HEX triplet: 3A, AF and 2F. RGB value is (58,175,47). Sum of RGB (Red+Green+Blue) = 58+175+47=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF2F is #C550D0. Grayscale: #7D7D7D. Windows color (decimal): -12931281 or 3125050. OLE color: 3125050.

HSL color Cylindrical-coordinate representation of color #3AAF2F: hue angle of 114.84º 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 #3AAF2F is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 175 47 -
CMYK 0.67 0 0.73 0.31
HSL 114.84º 0.58% 0.44% -
HSV(B) 114.84º 0.73% 0.69% -
XYZ 17.59 31.76 7.89 -
YUV 125.43 83.74 79.91 -
System Red Green Blue C M Y K H S L
Decimal 58 175 47 0.67 0 0.73 0.31 114.84 0.58 0.44
Hex 3A AF 2F 43 0 49 1F 73 3A 2C
Octal 72 257 57 103 0 111 37 163 72 54
Binary 111010 10101111 101111 1000011 0 1001001 11111 1110011 111010 101100

Color Harmonies of #3AAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF2F

Black with #3AAF2F

Text Example


Text Example

White with #3AAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAF2F; }

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

 H1.HeaderClassName
 {
   color: #3AAF2F;
 }
 .AnyTagClassName
 {
   color: #3AAF2F;
 }
</style>

background-color css

<style>
 a { background-color: #3AAF2F; }

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

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

border-color css

<style>
 span { border-color: #3AAF2F; }

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

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