Html Css Color HEX #3AF746 Lime Green

📋 copy color: '#3AF746'

red 58 ◦ green 247 ◦ blue 70

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

Shades of Lime Green #3AF746

Tints of Lime Green #3AF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.87%

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

R = 15.47%
G = 65.87%
B = 18.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#3AF746 (or 0x3AF746) is known color: Lime Green. HEX triplet: 3A, F7 and 46. RGB value is (58,247,70). Sum of RGB (Red+Green+Blue) = 58+247+70=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF746 is #C508B9. Grayscale: #AAAAAA. Windows color (decimal): -12912826 or 4650810. OLE color: 4650810.

HSL color Cylindrical-coordinate representation of color #3AF746: hue angle of 123.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF746 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 70 -
CMYK 0.77 0 0.72 0.03
HSL 123.81º 0.92% 0.6% -
HSV(B) 123.81º 0.77% 0.97% -
XYZ 36.11 67.86 16.99 -
YUV 170.31 71.38 47.89 -
System Red Green Blue C M Y K H S L
Decimal 58 247 70 0.77 0 0.72 0.03 123.81 0.92 0.6
Hex 3A F7 46 4D 0 48 3 7C 5C 3C
Octal 72 367 106 115 0 110 3 174 134 74
Binary 111010 11110111 1000110 1001101 0 1001000 11 1111100 1011100 111100

Color Harmonies of #3AF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF746

Black with #3AF746

Text Example


Text Example

White with #3AF746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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