Html Css Color HEX #3AF947 Lime Green

📋 copy color: '#3AF947'

red 58 ◦ green 249 ◦ blue 71

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

Shades of Lime Green #3AF947

Tints of Lime Green #3AF947

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.87%

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 15.34%
G = 65.87%
B = 18.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#3AF947 (or 0x3AF947) is known color: Lime Green. HEX triplet: 3A, F9 and 47. RGB value is (58,249,71). Sum of RGB (Red+Green+Blue) = 58+249+71=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF947 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF947 is #C506B8. Grayscale: #ACACAC. Windows color (decimal): -12912313 or 4716858. OLE color: 4716858.

HSL color Cylindrical-coordinate representation of color #3AF947: hue angle of 124.08º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF947 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 71 -
CMYK 0.77 0 0.71 0.02
HSL 124.08º 0.94% 0.6% -
HSV(B) 124.08º 0.77% 0.98% -
XYZ 36.76 69.11 17.36 -
YUV 171.6 71.22 46.97 -
System Red Green Blue C M Y K H S L
Decimal 58 249 71 0.77 0 0.71 0.02 124.08 0.94 0.6
Hex 3A F9 47 4D 0 47 2 7C 5E 3C
Octal 72 371 107 115 0 107 2 174 136 74
Binary 111010 11111001 1000111 1001101 0 1000111 10 1111100 1011110 111100

Color Harmonies of #3AF947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF947

Black with #3AF947

Text Example


Text Example

White with #3AF947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,71); }

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

background-color css

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

 a { background-color: rgb(58,249,71); }

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

border-color css

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

 span { border-color: rgb(58,249,71); }

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