Html Css Color HEX #3AD64C Lime Green

📋 copy color: '#3AD64C'

red 58 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #3AD64C

Tints of Lime Green #3AD64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 16.67%
G = 61.49%
B = 21.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3AD64C (or 0x3AD64C) is known color: Lime Green. HEX triplet: 3A, D6 and 4C. RGB value is (58,214,76). Sum of RGB (Red+Green+Blue) = 58+214+76=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD64C is #C529B3. Grayscale: #989898. Windows color (decimal): -12921268 or 5035578. OLE color: 5035578.

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

Color convert

RGB 58 214 76 -
CMYK 0.73 0 0.64 0.16
HSL 126.92º 0.66% 0.53% -
HSV(B) 126.92º 0.73% 0.84% -
XYZ 27.1 49.51 14.97 -
YUV 151.62 85.32 61.22 -
System Red Green Blue C M Y K H S L
Decimal 58 214 76 0.73 0 0.64 0.16 126.92 0.66 0.53
Hex 3A D6 4C 49 0 40 10 7F 42 35
Octal 72 326 114 111 0 100 20 177 102 65
Binary 111010 11010110 1001100 1001001 0 1000000 10000 1111111 1000010 110101

Color Harmonies of #3AD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD64C

Black with #3AD64C

Text Example


Text Example

White with #3AD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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