Html Css Color HEX #3AF051 Lime Green

📋 copy color: '#3AF051'

red 58 ◦ green 240 ◦ blue 81

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

Shades of Lime Green #3AF051

Tints of Lime Green #3AF051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 15.3%
G = 63.32%
B = 21.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#3AF051 (or 0x3AF051) is known color: Lime Green. HEX triplet: 3A, F0 and 51. RGB value is (58,240,81). Sum of RGB (Red+Green+Blue) = 58+240+81=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF051 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF051 is #C50FAE. Grayscale: #A7A7A7. Windows color (decimal): -12914607 or 5369914. OLE color: 5369914.

HSL color Cylindrical-coordinate representation of color #3AF051: hue angle of 127.58º 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 #3AF051 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 81 -
CMYK 0.76 0 0.66 0.06
HSL 127.58º 0.86% 0.58% -
HSV(B) 127.58º 0.76% 0.94% -
XYZ 34.39 63.81 18.29 -
YUV 167.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 58 240 81 0.76 0 0.66 0.06 127.58 0.86 0.58
Hex 3A F0 51 4C 0 42 6 80 56 3A
Octal 72 360 121 114 0 102 6 200 126 72
Binary 111010 11110000 1010001 1001100 0 1000010 110 10000000 1010110 111010

Color Harmonies of #3AF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF051

Black with #3AF051

Text Example


Text Example

White with #3AF051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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