Html Css Color HEX #3AF04C Lime Green

📋 copy color: '#3AF04C'

red 58 ◦ green 240 ◦ blue 76

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

Shades of Lime Green #3AF04C

Tints of Lime Green #3AF04C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

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

R = 15.51%
G = 64.17%
B = 20.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#3AF04C (or 0x3AF04C) is known color: Lime Green. HEX triplet: 3A, F0 and 4C. RGB value is (58,240,76). Sum of RGB (Red+Green+Blue) = 58+240+76=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF04C is #C50FB3. Grayscale: #A7A7A7. Windows color (decimal): -12914612 or 5042234. OLE color: 5042234.

HSL color Cylindrical-coordinate representation of color #3AF04C: hue angle of 125.93º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF04C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 76 -
CMYK 0.76 0 0.68 0.06
HSL 125.93º 0.86% 0.58% -
HSV(B) 125.93º 0.76% 0.94% -
XYZ 34.21 63.74 17.34 -
YUV 166.89 76.7 50.34 -
System Red Green Blue C M Y K H S L
Decimal 58 240 76 0.76 0 0.68 0.06 125.93 0.86 0.58
Hex 3A F0 4C 4C 0 44 6 7E 56 3A
Octal 72 360 114 114 0 104 6 176 126 72
Binary 111010 11110000 1001100 1001100 0 1000100 110 1111110 1010110 111010

Color Harmonies of #3AF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF04C

Black with #3AF04C

Text Example


Text Example

White with #3AF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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