Html Css Color HEX #3AF74C Lime Green

📋 copy color: '#3AF74C'

red 58 ◦ green 247 ◦ blue 76

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

Shades of Lime Green #3AF74C

Tints of Lime Green #3AF74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 15.22%
G = 64.83%
B = 19.95%

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

#3AF74C (or 0x3AF74C) is known color: Lime Green. HEX triplet: 3A, F7 and 4C. RGB value is (58,247,76). Sum of RGB (Red+Green+Blue) = 58+247+76=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF74C is #C508B3. Grayscale: #ABABAB. Windows color (decimal): -12912820 or 5044026. OLE color: 5044026.

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

Color convert

RGB 58 247 76 -
CMYK 0.77 0 0.69 0.03
HSL 125.71º 0.92% 0.6% -
HSV(B) 125.71º 0.77% 0.97% -
XYZ 36.31 67.94 18.04 -
YUV 171 74.38 47.4 -
System Red Green Blue C M Y K H S L
Decimal 58 247 76 0.77 0 0.69 0.03 125.71 0.92 0.6
Hex 3A F7 4C 4D 0 45 3 7E 5C 3C
Octal 72 367 114 115 0 105 3 176 134 74
Binary 111010 11110111 1001100 1001101 0 1000101 11 1111110 1011100 111100

Color Harmonies of #3AF74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF74C

Black with #3AF74C

Text Example


Text Example

White with #3AF74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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