Html Css Color HEX #3AF946 Lime Green

📋 copy color: '#3AF946'

red 58 ◦ green 249 ◦ blue 70

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

Shades of Lime Green #3AF946

Tints of Lime Green #3AF946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 15.38%
G = 66.05%
B = 18.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#3AF946 (or 0x3AF946) is known color: Lime Green. HEX triplet: 3A, F9 and 46. RGB value is (58,249,70). Sum of RGB (Red+Green+Blue) = 58+249+70=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF946 is #C506B9. Grayscale: #ACACAC. Windows color (decimal): -12912314 or 4651322. OLE color: 4651322.

HSL color Cylindrical-coordinate representation of color #3AF946: hue angle of 123.77º 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 #3AF946 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 70 -
CMYK 0.77 0 0.72 0.02
HSL 123.77º 0.94% 0.6% -
HSV(B) 123.77º 0.77% 0.98% -
XYZ 36.73 69.09 17.19 -
YUV 171.49 70.72 47.05 -
System Red Green Blue C M Y K H S L
Decimal 58 249 70 0.77 0 0.72 0.02 123.77 0.94 0.6
Hex 3A F9 46 4D 0 48 2 7C 5E 3C
Octal 72 371 106 115 0 110 2 174 136 74
Binary 111010 11111001 1000110 1001101 0 1001000 10 1111100 1011110 111100

Color Harmonies of #3AF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF946

Black with #3AF946

Text Example


Text Example

White with #3AF946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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