Html Css Color HEX #3AF346 Lime Green

📋 copy color: '#3AF346'

red 58 ◦ green 243 ◦ blue 70

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

Shades of Lime Green #3AF346

Tints of Lime Green #3AF346

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.5%

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

R = 15.63%
G = 65.5%
B = 18.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#3AF346 (or 0x3AF346) is known color: Lime Green. HEX triplet: 3A, F3 and 46. RGB value is (58,243,70). Sum of RGB (Red+Green+Blue) = 58+243+70=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF346 is #C50CB9. Grayscale: #A8A8A8. Windows color (decimal): -12913850 or 4649786. OLE color: 4649786.

HSL color Cylindrical-coordinate representation of color #3AF346: hue angle of 123.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF346 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 243 70 -
CMYK 0.76 0 0.71 0.05
HSL 123.89º 0.89% 0.59% -
HSV(B) 123.89º 0.76% 0.95% -
XYZ 34.9 65.44 16.59 -
YUV 167.96 72.71 49.57 -
System Red Green Blue C M Y K H S L
Decimal 58 243 70 0.76 0 0.71 0.05 123.89 0.89 0.59
Hex 3A F3 46 4C 0 47 5 7C 59 3B
Octal 72 363 106 114 0 107 5 174 131 73
Binary 111010 11110011 1000110 1001100 0 1000111 101 1111100 1011001 111011

Color Harmonies of #3AF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF346

Black with #3AF346

Text Example


Text Example

White with #3AF346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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