Html Css Color HEX #3AD52A Lime Green

📋 copy color: '#3AD52A'

red 58 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #3AD52A

Tints of Lime Green #3AD52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.05%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 18.53%
G = 68.05%
B = 13.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#3AD52A (or 0x3AD52A) is known color: Lime Green. HEX triplet: 3A, D5 and 2A. RGB value is (58,213,42). Sum of RGB (Red+Green+Blue) = 58+213+42=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD52A is #C52AD5. Grayscale: #939393. Windows color (decimal): -12921558 or 2807098. OLE color: 2807098.

HSL color Cylindrical-coordinate representation of color #3AD52A: hue angle of 114.39º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD52A is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 42 -
CMYK 0.73 0 0.80 0.16
HSL 114.39º 0.67% 0.5% -
HSV(B) 114.39º 0.8% 0.84% -
XYZ 25.96 48.66 10.21 -
YUV 147.16 68.65 64.4 -
System Red Green Blue C M Y K H S L
Decimal 58 213 42 0.73 0 0.80 0.16 114.39 0.67 0.5
Hex 3A D5 2A 49 0 50 10 72 43 32
Octal 72 325 52 111 0 120 20 162 103 62
Binary 111010 11010101 101010 1001001 0 1010000 10000 1110010 1000011 110010

Color Harmonies of #3AD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD52A

Black with #3AD52A

Text Example


Text Example

White with #3AD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,213,42); }

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

background-color css

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

 a { background-color: rgb(58,213,42); }

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

border-color css

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

 span { border-color: rgb(58,213,42); }

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