Html Css Color HEX #3AC631 Lime Green

📋 copy color: '#3AC631'

red 58 ◦ green 198 ◦ blue 49

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

Shades of Lime Green #3AC631

Tints of Lime Green #3AC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 19.02%
G = 64.92%
B = 16.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#3AC631 (or 0x3AC631) is known color: Lime Green. HEX triplet: 3A, C6 and 31. RGB value is (58,198,49). Sum of RGB (Red+Green+Blue) = 58+198+49=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC631 is #C539CE. Grayscale: #8B8B8B. Windows color (decimal): -12925391 or 3262010. OLE color: 3262010.

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

Color convert

RGB 58 198 49 -
CMYK 0.71 0 0.75 0.22
HSL 116.38º 0.6% 0.48% -
HSV(B) 116.38º 0.75% 0.78% -
XYZ 22.49 41.51 9.73 -
YUV 139.15 77.12 70.12 -
System Red Green Blue C M Y K H S L
Decimal 58 198 49 0.71 0 0.75 0.22 116.38 0.6 0.48
Hex 3A C6 31 47 0 4B 16 74 3C 30
Octal 72 306 61 107 0 113 26 164 74 60
Binary 111010 11000110 110001 1000111 0 1001011 10110 1110100 111100 110000

Color Harmonies of #3AC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC631

Black with #3AC631

Text Example


Text Example

White with #3AC631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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