Html Css Color HEX #3AC63D Lime Green

📋 copy color: '#3AC63D'

red 58 ◦ green 198 ◦ blue 61

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

Shades of Lime Green #3AC63D

Tints of Lime Green #3AC63D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.46%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 18.3%
G = 62.46%
B = 19.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#3AC63D (or 0x3AC63D) is known color: Lime Green. HEX triplet: 3A, C6 and 3D. RGB value is (58,198,61). Sum of RGB (Red+Green+Blue) = 58+198+61=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC63D is #C539C2. Grayscale: #8C8C8C. Windows color (decimal): -12925379 or 4048442. OLE color: 4048442.

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

Color convert

RGB 58 198 61 -
CMYK 0.71 0 0.69 0.22
HSL 121.29º 0.55% 0.5% -
HSV(B) 121.29º 0.71% 0.78% -
XYZ 22.78 41.62 11.25 -
YUV 140.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 58 198 61 0.71 0 0.69 0.22 121.29 0.55 0.5
Hex 3A C6 3D 47 0 45 16 79 37 32
Octal 72 306 75 107 0 105 26 171 67 62
Binary 111010 11000110 111101 1000111 0 1000101 10110 1111001 110111 110010

Color Harmonies of #3AC63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC63D

Black with #3AC63D

Text Example


Text Example

White with #3AC63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,198,61); }

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

background-color css

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

 a { background-color: rgb(58,198,61); }

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

border-color css

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

 span { border-color: rgb(58,198,61); }

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