Html Css Color HEX #3AF837 Lime Green

📋 copy color: '#3AF837'

red 58 ◦ green 248 ◦ blue 55

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

Shades of Lime Green #3AF837

Tints of Lime Green #3AF837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 16.07%
G = 68.7%
B = 15.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#3AF837 (or 0x3AF837) is known color: Lime Green. HEX triplet: 3A, F8 and 37. RGB value is (58,248,55). Sum of RGB (Red+Green+Blue) = 58+248+55=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF837 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF837 is #C507C8. Grayscale: #A9A9A9. Windows color (decimal): -12912585 or 3668026. OLE color: 3668026.

HSL color Cylindrical-coordinate representation of color #3AF837: hue angle of 119.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF837 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 55 -
CMYK 0.77 0 0.78 0.03
HSL 119.07º 0.93% 0.59% -
HSV(B) 119.07º 0.78% 0.97% -
XYZ 36 68.31 14.9 -
YUV 169.19 63.55 48.69 -
System Red Green Blue C M Y K H S L
Decimal 58 248 55 0.77 0 0.78 0.03 119.07 0.93 0.59
Hex 3A F8 37 4D 0 4E 3 77 5D 3B
Octal 72 370 67 115 0 116 3 167 135 73
Binary 111010 11111000 110111 1001101 0 1001110 11 1110111 1011101 111011

Color Harmonies of #3AF837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF837

Black with #3AF837

Text Example


Text Example

White with #3AF837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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