Html Css Color HEX #3AF742 Lime Green

📋 copy color: '#3AF742'

red 58 ◦ green 247 ◦ blue 66

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

Shades of Lime Green #3AF742

Tints of Lime Green #3AF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 15.63%
G = 66.58%
B = 17.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#3AF742 (or 0x3AF742) is known color: Lime Green. HEX triplet: 3A, F7 and 42. RGB value is (58,247,66). Sum of RGB (Red+Green+Blue) = 58+247+66=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF742 is #C508BD. Grayscale: #AAAAAA. Windows color (decimal): -12912830 or 4388666. OLE color: 4388666.

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

Color convert

RGB 58 247 66 -
CMYK 0.77 0 0.73 0.03
HSL 122.54º 0.92% 0.6% -
HSV(B) 122.54º 0.77% 0.97% -
XYZ 35.99 67.81 16.35 -
YUV 169.86 69.38 48.22 -
System Red Green Blue C M Y K H S L
Decimal 58 247 66 0.77 0 0.73 0.03 122.54 0.92 0.6
Hex 3A F7 42 4D 0 49 3 7B 5C 3C
Octal 72 367 102 115 0 111 3 173 134 74
Binary 111010 11110111 1000010 1001101 0 1001001 11 1111011 1011100 111100

Color Harmonies of #3AF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF742

Black with #3AF742

Text Example


Text Example

White with #3AF742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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