Html Css Color HEX #3AF74A Lime Green

📋 copy color: '#3AF74A'

red 58 ◦ green 247 ◦ blue 74

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

Shades of Lime Green #3AF74A

Tints of Lime Green #3AF74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 15.3%
G = 65.17%
B = 19.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#3AF74A (or 0x3AF74A) is known color: Lime Green. HEX triplet: 3A, F7 and 4A. RGB value is (58,247,74). Sum of RGB (Red+Green+Blue) = 58+247+74=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF74A is #C508B5. Grayscale: #ABABAB. Windows color (decimal): -12912822 or 4912954. OLE color: 4912954.

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

Color convert

RGB 58 247 74 -
CMYK 0.77 0 0.70 0.03
HSL 125.08º 0.92% 0.6% -
HSV(B) 125.08º 0.77% 0.97% -
XYZ 36.24 67.92 17.68 -
YUV 170.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 58 247 74 0.77 0 0.70 0.03 125.08 0.92 0.6
Hex 3A F7 4A 4D 0 46 3 7D 5C 3C
Octal 72 367 112 115 0 106 3 175 134 74
Binary 111010 11110111 1001010 1001101 0 1000110 11 1111101 1011100 111100

Color Harmonies of #3AF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF74A

Black with #3AF74A

Text Example


Text Example

White with #3AF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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