Html Css Color HEX #3AF84C Lime Green

📋 copy color: '#3AF84C'

red 58 ◦ green 248 ◦ blue 76

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

Shades of Lime Green #3AF84C

Tints of Lime Green #3AF84C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

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

R = 15.18%
G = 64.92%
B = 19.9%

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

#3AF84C (or 0x3AF84C) is known color: Lime Green. HEX triplet: 3A, F8 and 4C. RGB value is (58,248,76). Sum of RGB (Red+Green+Blue) = 58+248+76=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF84C is #C507B3. Grayscale: #ACACAC. Windows color (decimal): -12912564 or 5044282. OLE color: 5044282.

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

Color convert

RGB 58 248 76 -
CMYK 0.77 0 0.69 0.03
HSL 125.68º 0.93% 0.6% -
HSV(B) 125.68º 0.77% 0.97% -
XYZ 36.62 68.56 18.14 -
YUV 171.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 58 248 76 0.77 0 0.69 0.03 125.68 0.93 0.6
Hex 3A F8 4C 4D 0 45 3 7E 5D 3C
Octal 72 370 114 115 0 105 3 176 135 74
Binary 111010 11111000 1001100 1001101 0 1000101 11 1111110 1011101 111100

Color Harmonies of #3AF84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF84C

Black with #3AF84C

Text Example


Text Example

White with #3AF84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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