Html Css Color HEX #3AC82D Lime Green

📋 copy color: '#3AC82D'

red 58 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #3AC82D

Tints of Lime Green #3AC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.01%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 19.14%
G = 66.01%
B = 14.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#3AC82D (or 0x3AC82D) is known color: Lime Green. HEX triplet: 3A, C8 and 2D. RGB value is (58,200,45). Sum of RGB (Red+Green+Blue) = 58+200+45=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC82D is #C537D2. Grayscale: #8C8C8C. Windows color (decimal): -12924883 or 3000378. OLE color: 3000378.

HSL color Cylindrical-coordinate representation of color #3AC82D: hue angle of 114.97º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AC82D is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 45 -
CMYK 0.71 0 0.78 0.22
HSL 114.97º 0.63% 0.48% -
HSV(B) 114.97º 0.78% 0.78% -
XYZ 22.87 42.4 9.46 -
YUV 139.87 74.46 69.6 -
System Red Green Blue C M Y K H S L
Decimal 58 200 45 0.71 0 0.78 0.22 114.97 0.63 0.48
Hex 3A C8 2D 47 0 4E 16 73 3F 30
Octal 72 310 55 107 0 116 26 163 77 60
Binary 111010 11001000 101101 1000111 0 1001110 10110 1110011 111111 110000

Color Harmonies of #3AC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC82D

Black with #3AC82D

Text Example


Text Example

White with #3AC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,45); }

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

background-color css

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

 a { background-color: rgb(58,200,45); }

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

border-color css

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

 span { border-color: rgb(58,200,45); }

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