Html Css Color HEX #3AD82C Lime Green

📋 copy color: '#3AD82C'

red 58 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #3AD82C

Tints of Lime Green #3AD82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.92%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 18.24%
G = 67.92%
B = 13.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#3AD82C (or 0x3AD82C) is known color: Lime Green. HEX triplet: 3A, D8 and 2C. RGB value is (58,216,44). Sum of RGB (Red+Green+Blue) = 58+216+44=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 216 (84.77% from 255 or 67.92% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD82C is #C527D3. Grayscale: #959595. Windows color (decimal): -12920788 or 2938938. OLE color: 2938938.

HSL color Cylindrical-coordinate representation of color #3AD82C: hue angle of 115.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD82C is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 44 -
CMYK 0.73 0 0.80 0.15
HSL 115.12º 0.69% 0.51% -
HSV(B) 115.12º 0.8% 0.85% -
XYZ 26.76 50.19 10.66 -
YUV 149.15 68.65 62.99 -
System Red Green Blue C M Y K H S L
Decimal 58 216 44 0.73 0 0.80 0.15 115.12 0.69 0.51
Hex 3A D8 2C 49 0 50 F 73 45 33
Octal 72 330 54 111 0 120 17 163 105 63
Binary 111010 11011000 101100 1001001 0 1010000 1111 1110011 1000101 110011

Color Harmonies of #3AD82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD82C

Black with #3AD82C

Text Example


Text Example

White with #3AD82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,44); }

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

background-color css

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

 a { background-color: rgb(58,216,44); }

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

border-color css

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

 span { border-color: rgb(58,216,44); }

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