Html Css Color HEX #3AD62A Lime Green

📋 copy color: '#3AD62A'

red 58 ◦ green 214 ◦ blue 42

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

Shades of Lime Green #3AD62A

Tints of Lime Green #3AD62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.15%

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

R = 18.47%
G = 68.15%
B = 13.38%

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

#3AD62A (or 0x3AD62A) is known color: Lime Green. HEX triplet: 3A, D6 and 2A. RGB value is (58,214,42). Sum of RGB (Red+Green+Blue) = 58+214+42=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD62A is #C529D5. Grayscale: #949494. Windows color (decimal): -12921302 or 2807354. OLE color: 2807354.

HSL color Cylindrical-coordinate representation of color #3AD62A: hue angle of 114.42º degrees, saturation: 0.68, 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 #3AD62A is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 42 -
CMYK 0.73 0 0.80 0.16
HSL 114.42º 0.68% 0.5% -
HSV(B) 114.42º 0.8% 0.84% -
XYZ 26.21 49.16 10.3 -
YUV 147.75 68.32 63.99 -
System Red Green Blue C M Y K H S L
Decimal 58 214 42 0.73 0 0.80 0.16 114.42 0.68 0.5
Hex 3A D6 2A 49 0 50 10 72 44 32
Octal 72 326 52 111 0 120 20 162 104 62
Binary 111010 11010110 101010 1001001 0 1010000 10000 1110010 1000100 110010

Color Harmonies of #3AD62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD62A

Black with #3AD62A

Text Example


Text Example

White with #3AD62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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