Html Css Color HEX #3AD62C Lime Green

📋 copy color: '#3AD62C'

red 58 ◦ green 214 ◦ blue 44

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

Shades of Lime Green #3AD62C

Tints of Lime Green #3AD62C

RGB

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

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

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

R = 18.35%
G = 67.72%
B = 13.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#3AD62C (or 0x3AD62C) is known color: Lime Green. HEX triplet: 3A, D6 and 2C. RGB value is (58,214,44). Sum of RGB (Red+Green+Blue) = 58+214+44=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD62C is #C529D3. Grayscale: #949494. Windows color (decimal): -12921300 or 2938426. OLE color: 2938426.

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

Color convert

RGB 58 214 44 -
CMYK 0.73 0 0.79 0.16
HSL 115.06º 0.67% 0.51% -
HSV(B) 115.06º 0.79% 0.84% -
XYZ 26.25 49.17 10.49 -
YUV 147.98 69.32 63.82 -
System Red Green Blue C M Y K H S L
Decimal 58 214 44 0.73 0 0.79 0.16 115.06 0.67 0.51
Hex 3A D6 2C 49 0 4F 10 73 43 33
Octal 72 326 54 111 0 117 20 163 103 63
Binary 111010 11010110 101100 1001001 0 1001111 10000 1110011 1000011 110011

Color Harmonies of #3AD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD62C

Black with #3AD62C

Text Example


Text Example

White with #3AD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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