Html Css Color HEX #3AF74D Lime Green

📋 copy color: '#3AF74D'

red 58 ◦ green 247 ◦ blue 77

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

Shades of Lime Green #3AF74D

Tints of Lime Green #3AF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 15.18%
G = 64.66%
B = 20.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#3AF74D (or 0x3AF74D) is known color: Lime Green. HEX triplet: 3A, F7 and 4D. RGB value is (58,247,77). Sum of RGB (Red+Green+Blue) = 58+247+77=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF74D is #C508B2. Grayscale: #ABABAB. Windows color (decimal): -12912819 or 5109562. OLE color: 5109562.

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

Color convert

RGB 58 247 77 -
CMYK 0.77 0 0.69 0.03
HSL 126.03º 0.92% 0.6% -
HSV(B) 126.03º 0.77% 0.97% -
XYZ 36.35 67.96 18.22 -
YUV 171.11 74.88 47.32 -
System Red Green Blue C M Y K H S L
Decimal 58 247 77 0.77 0 0.69 0.03 126.03 0.92 0.6
Hex 3A F7 4D 4D 0 45 3 7E 5C 3C
Octal 72 367 115 115 0 105 3 176 134 74
Binary 111010 11110111 1001101 1001101 0 1000101 11 1111110 1011100 111100

Color Harmonies of #3AF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF74D

Black with #3AF74D

Text Example


Text Example

White with #3AF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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